Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created October 27, 2011 22:48
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/1321132 to your computer and use it in GitHub Desktop.
Save billrobbins/1321132 to your computer and use it in GitHub Desktop.
Conditional Podcast Notes
<?php if ($podcast_metabox->get_the_value('podcast2')): ?>
&nbsp;&ndash;&nbsp;<a href="<?php echo get_template_directory_uri(); ?>/includes/download.php?file=<?php $podcast_metabox->the_value('podcast2'); ?>">Notes</a>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment