Custom Field Issue
-
I am using custom fields to display some text in my header using…
<?php echo get_post_meta($post->ID, 'intro', true); ?>The text displays on all of my pages except the blog page. Is there any reason the blog page should prevent the text from been displayed?
Thanks
Mitch
The topic ‘Custom Field Issue’ is closed to new replies.