Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created February 13, 2012 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billrobbins/1820997 to your computer and use it in GitHub Desktop.
Save billrobbins/1820997 to your computer and use it in GitHub Desktop.
Add blog link to staff
<?php if(get_post_meta($post->ID, "blog", $single = true) != ""){ ?>
<span class="twitter"><a href="<?php echo get_post_meta($post->ID, "blog", TRUE); ?>" target="_blank">Blog</a></span>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment