Skip to content

Instantly share code, notes, and snippets.

@quagliato
Created October 24, 2013 17:54
Show Gist options
  • Save quagliato/7141974 to your computer and use it in GitHub Desktop.
Save quagliato/7141974 to your computer and use it in GitHub Desktop.
Print custom-field values
echo get_post_meta(get_the_ID(), 'key', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment