remove entry-title if {home page}
-
My php is very rusty.
I created a static home page, but I want to remove the pesky entry-title from that page only, but still keep the Home link available in the menu.
I figure I need an if statement to hug this bit?
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( __('Permalink to %s', 'your-theme'), the_title_attribute('echo=0') ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
- The topic ‘remove entry-title if {home page}’ is closed to new replies.