Skip to content

Instantly share code, notes, and snippets.

@joeydsmith
Created September 24, 2015 17:18
Show Gist options
  • Save joeydsmith/3ea385787a38f700be56 to your computer and use it in GitHub Desktop.
Save joeydsmith/3ea385787a38f700be56 to your computer and use it in GitHub Desktop.
<?php
// Get video data
include get_stylesheet_directory() . '/parts/template/video-data.inc.php';
// Output video data
echo '<div class="small-embed">'. $video_embed . '</div>';
// Caption
echo '<div class="caption">' . get_the_title() . '</div>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment