KMLProxy
Member
Posted 2 years ago #
Hello All -
My website is set to open on a static page entitled 'Welcome'. I would like for the page name to NOT show up on the actual page itself - I want the title to show up along the menu bar at top, but NOT at the top of the post/page.
Any help, would be greatly appreciated!
Thanks,
KMLProxy
Use a template file for your static page and delete <?php the_title();?> from it. See : Page Templates « WordPress Codex
yulitchka
Member
Posted 2 years ago #
Thank you! Very useful! It helped me too!
Okay, but how do you add the new "custompage.php" page to the current theme?