Created
December 14, 2011 17:46
-
-
Save fchouquet/1477638 to your computer and use it in GitHub Desktop.
Can't get videos working
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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