Skip to content

Instantly share code, notes, and snippets.

@psflannery
Created August 21, 2013 12:59
Show Gist options
  • Save psflannery/6294152 to your computer and use it in GitHub Desktop.
Save psflannery/6294152 to your computer and use it in GitHub Desktop.
A template for displaying video attachments. Add the video code inside the loop where we’d like to display the content within.
<video class="my-video-class">
<source src="<?php echo wp_get_attachment_url( $post->ID ) ?>" type='video/mp4' />
Your browser does not support the video tag.
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment