Remove Home Page Titles
-
I am trying to remove the title from just my home page.
My page.php includes the following script: <?php the_title(); ?>
I have tried replacing it with the following code, however, the title still appears:
<?php if (is_home() ) { /*Do nothing*/ } else { the_title(); } ?>
What may I be doing wrong here?
-Scott
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Remove Home Page Titles’ is closed to new replies.