Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save w-perspective/0bae020ea783a148c506dd3cd3a6c15e to your computer and use it in GitHub Desktop.

Select an option

Save w-perspective/0bae020ea783a148c506dd3cd3a6c15e to your computer and use it in GitHub Desktop.
WordPress Get Custom Field
<?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