How To’s: Remove Page Title on a WordPress Page.
I didn’t really need titles on my pages for this site. I found this tutorial and simply followed along. I claim no credit and just want to share the info for those looking.
Here’s the link: http://www.positivebusinessonline.com/hide-wordpress-page-title
It’s a pretty easy fix. Find your page.php file in your wordpress directory.
Find the line of code:
<?php the_title(); ?>
and change it to:
<!- -?php the_title(); ?- ->
Kapow, it’s that easy.