Created
August 19, 2014 07:25
-
-
Save ABooooo/3a7d2407a261ebb0ba0c to your computer and use it in GitHub Desktop.
Add custom field to post
This file contains hidden or 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
echo get_post_meta($post->ID, 'customFieldName', true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment