joeydsmith
9/24/2015 - 5:18 PM

gistfile1.txt

<?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>';