I want to have one name for my page title and a different name for the link in the navigation menu. Is it possible?
I want to have one name for my page title and a different name for the link in the navigation menu. Is it possible?
Yes. Something like:
<h2><?php
if( is_page('Foo') ) echo 'Bar';
else the_title(); ?></h2>
in page.php should work.
Thank you both for your help. I have All in One SEO and I used that method. Worked like a charm :-)
Thanks so much from me too!
This topic has been closed to new replies.