Skip to content

Instantly share code, notes, and snippets.

@ajmorris
Created July 1, 2011 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajmorris/1059075 to your computer and use it in GitHub Desktop.
Save ajmorris/1059075 to your computer and use it in GitHub Desktop.
Sample code for custom fields
<div class="vimeo-video">
<?php get_post_meta($post->ID, 'video-hightlight', true); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment