Insert a video posted to Youtube for posts, pages and custom post types
Add width and height of the player
Highlighted in the video display post, page and custom post types.
<?php video_destacado(); ?>
<?php
// The Query
query_posts( $args );
// The Loop
while ( have_posts() ) : the_post();
video_destacado();
endwhile;
// Reset Query
wp_reset_query();
?>
Requires: 3.0 or higher
Compatible up to: a 3.5.1
Last Updated: 2013-5-27
Downloads: 905
Got something to say? Need help?