need to hide the home page title only
-
Hi,
I wish to remove the page title in the home page only and keep it in every other page. Basically, the opposite of the code bellow.
<?php if (!is_page(‘home’)) { ?><h2><?php the_title(); ?></h2><?php } ?>
I’ve tried searching for it and tried to code it, but anything I tried didn’t work.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘need to hide the home page title only’ is closed to new replies.