Hi All,
I've seem to run into a problem.
My plan was to move move the title of the page into the header. So i created a custom field for each page (with the name i want to display) and then put this in the header <?php echo get_post_meta($post->ID, 'page-title', true) ?>.
The has worked perfect for all the pages except for the 'News' page , which I'm using as the actual blog. At the moment nothing displays in the header for the 'News' page or when you click on the post.
Is there a way that I can say that , if a visitor is on the news page or reading a post from the news blog, to display 'News" ?
Is that possible ?
Thanks in advance.