Created
September 22, 2017 10:07
-
-
Save domantasg/0fdb1772e16c6aa402192b2a20c62634 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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