Remove "Home" Title from front static page Twenty-Ten theme
-
Hello,
I’m using the Twenty-ten theme and am using a static page for the home. I don’t want the “Home” title to appear on the front page only (the other static pages should keep their titles).
I looked at the code in loop-page.php and I see it has the call for is_front_page.
<?php if ( is_front_page() ) { ?> <h2 class="entry-title"><?php the_title(); ?></h2>
but I’m not sure what to do with it. I have been able to hide the title in past themes (See this forum post). However, this process isn’t working.
I’ve tried display none in the style sheet as follows:
.home .entry-title {}
.post-9 .entry-title {}but neither of those worked either.
The site I’m referring to is here.
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove "Home" Title from front static page Twenty-Ten theme’ is closed to new replies.