Hi All,
I'm trying to move the page name into the header of the web page.
I've used <?php echo $post->post_title ?> which works fine for all 'Pages', but when it comes to the 'News' page (the actual blog - I've created an actual page named 'News' and Ive assigned it to be the 'Posts Page'.) it displays the first title of the post, instead of 'News'.
I have tried creating a 'custom field' named page-title. But I can get anything to show up using get_post_meta( $post->ID , 'page-title' , true );
Any help is appreciated.
Thanks