Skip to content

Instantly share code, notes, and snippets.

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