Skip to content

Instantly share code, notes, and snippets.

@fchouquet
Created December 14, 2011 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fchouquet/1477638 to your computer and use it in GitHub Desktop.
Save fchouquet/1477638 to your computer and use it in GitHub Desktop.
Can't get videos working
<?php global $video_metabox;
$video_metabox->the_meta();
?>
<ul class="project_videos">
<?php while($video_metabox->have_fields('vids')) {
?>
<?php $video_metabox->the_value('videourl'); ?>
<?php } ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment