Skip to content

Instantly share code, notes, and snippets.

@Jenya476
Last active November 13, 2016 12:53
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 Jenya476/ac1e4dc5e10f1adb719ace3b16c0a96a to your computer and use it in GitHub Desktop.
Save Jenya476/ac1e4dc5e10f1adb719ace3b16c0a96a to your computer and use it in GitHub Desktop.
Вывод кастомного поля в WP
<?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