Skip to content

Instantly share code, notes, and snippets.

@zhukovec
Created July 24, 2019 07:28
Show Gist options
  • Save zhukovec/2dd77812341419ab2252704269b20421 to your computer and use it in GitHub Desktop.
Save zhukovec/2dd77812341419ab2252704269b20421 to your computer and use it in GitHub Desktop.
<?php if ( get_post_meta($post->ID, 'custom-field-name', true) ) : ?>
<?php echo get_post_meta($post->ID, 'custom-field-name', true); ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment