How to display custom fields in hestia theme
-
<?php echo get_post_meta($post->ID, ‘ID:’, true); ?>
<?php echo get_post_meta($post->ID, ‘Format:’, true); ?>
<?php echo get_post_meta($post->ID, ‘Pages:’, true); ?>this is my code to display my custom field
but I don’t know where to put this code.
please helpThe page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to display custom fields in hestia theme’ is closed to new replies.