Created
July 24, 2019 07:28
-
-
Save zhukovec/2dd77812341419ab2252704269b20421 to your computer and use it in GitHub Desktop.
This file contains 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 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