resolvedHello Ivan,
Thank you for the great theme! I was wondering if it is possible to remove page title from showing on the actual page. For example, if there is an About page in the navigation menu, how can I remove word "About" from the body of the actual page?
Thank you.
Not sure if you solved this, but I think all you need to do is delete the actual text from the title when you are in edit mode. That is what I did to get rid of my unwanted title. Does that makes sense - hope it helps!
Thanks Jobrien for the response! I tried removing the text from the title of the page, but I do want the page title show in the navigation menu for people to be able to find it. The page title does not show on home page probably because it's static, but titles on any other pages show in the body of the page. Any ideas how to fix that?
Thanks again for your help...
IrinaN,
find in page.php and remove the line:
<h1 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h1> This seems to work if your pages are set to the default template. However, if a page is set to a different template, the title remains.
...and there's no call to the title in the different template?
You must log in to post.