Skip to content

Instantly share code, notes, and snippets.

@taras
Created November 19, 2012 21:17
Show Gist options
  • Save taras/4113993 to your computer and use it in GitHub Desktop.
Save taras/4113993 to your computer and use it in GitHub Desktop.
Example of Video Thumbnail Template
<div class="post <?php echo get_post_type() ?>">
<a href="<?php the_permalink() ?>">
<?php the_post_thumbnail('video-thumbnail'); ?>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment