Forked from agragregra/WordPress Get Custom Field
Last active
January 8, 2019 14:24
-
-
Save w-perspective/0bae020ea783a148c506dd3cd3a6c15e to your computer and use it in GitHub Desktop.
WordPress Get Custom Field
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
| <?php echo get_post_meta($post->ID, 'year', true); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment