Skip to content

Instantly share code, notes, and snippets.

@adapicom
Created February 3, 2012 18:19
Show Gist options
  • Save adapicom/1731554 to your computer and use it in GitHub Desktop.
Save adapicom/1731554 to your computer and use it in GitHub Desktop.
WP: Get Custom Field
<?php echo get_post_meta($post->ID, 'name_of_key_here', true) ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment