Skip to content

Instantly share code, notes, and snippets.

@flayder
Last active September 20, 2015 10:27
Show Gist options
  • Save flayder/338dac48e3c6e8ae7214 to your computer and use it in GitHub Desktop.
Save flayder/338dac48e3c6e8ae7214 to your computer and use it in GitHub Desktop.
Вывод произвольных полей поста WP
<?php echo get_post_meta($post->ID, 'name_field', true); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment