Remove the page title from the home page
-
Hi. I am working on a child theme of klasik and am having trouble removing the page title from the home page only. I have tried the following:
Copy content-page.php into your child theme and then change <h1 class=”entry-title”><?php the_title(); ?></h1> to:
<?php if ( !is_front_page() ) :?><h1 class=”entry-title”><?php the_title(); ?></h1><?php endif;?>
But this does not seem to work. Any help would be much appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove the page title from the home page’ is closed to new replies.