Forums
(@mcmoran)
13 years ago
Thank you!
I replaced
<h1 class="entry-title"><?php the_title(); ?></h1>
with
<?php if ( !is_front_page() ) :?><h1 class="entry-title"><?php the_title(); ?></h1><?php endif;?>
and it worked.