Skip to content

Instantly share code, notes, and snippets.

@domantasg
Created September 22, 2017 10:07
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 domantasg/0fdb1772e16c6aa402192b2a20c62634 to your computer and use it in GitHub Desktop.
Save domantasg/0fdb1772e16c6aa402192b2a20c62634 to your computer and use it in GitHub Desktop.
// Generates all custom fields attached to the post in a <ul> list
the_meta();
// Get a specific piece of information
echo get_post_meta( $post->ID, 'Budget', TRUE );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment