Viewing 1 replies (of 1 total)
  • By adding this code to your template, (if your new fiels has the slug “price”) this code will work:
    <?php $price = get_post_meta($post->ID, ‘price’, true);?>
    <?php echo $price ?>

Viewing 1 replies (of 1 total)
  • The topic ‘showing my custom field.’ is closed to new replies.