Hey guys, how can I insert a title of a given page into say a <h2></h2> tags?
Say my navigation is News / About / Contact, where "News" is the homepage, and "About" and "Contact" are secondary single pages.
Is there a php string I can insert in between some <h2> tags that will display the correct title of the page? "News" on news page, "about" on about page, etc.?
All I can get it to display is the page_id, which as you are aware is just a number... :/