/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $CUSTOM_NAME = get_post_meta($post->ID, 'CUSTOM_NAME', TRUE); ?> <?php if($CUSTOM_NAME) { echo $CUSTOM_NAME; } ?>