View Single Post
Old 17-05-2009, 10:32 PM #15
PinkSmurf PinkSmurf is offline
Senior Member
 
Join Date: May 2009
Location: Sunny England
Posts: 157
PinkSmurf PinkSmurf is offline
Senior Member
 
Join Date: May 2009
Location: Sunny England
Posts: 157
Default

Quote:
Originally posted by Mrluvaluva
g

My g doesn't work on my keyboard.
Aww. Would you like my keyboard?

Here is what is on my "clipboard":

<?php $link = get_post_meta($post->ID, "link", $single = true); if ( $link ) { echo $link; } else { the_permalink(); } ?>

(dont ask - its for an online calendar im working on )
PinkSmurf is offline   Reply With QuoteReply With Quote