remove title from home
-
I am using theme Twenty-Ten ver 1.3
I need to remove the entry-title from the static front page only.
I have found a few forum posts that explain how to do this, but all involve editing the page.php file – which has more stuff in it than what I have. One post identified it as version 1.1, so I guess the updates they made removed this option.
It had to do with physically altering the h2 tags in the page.php file, but there are no h2 tags in the current version of this theme.
I tried adding the following to header.php<?php if ( is_front_page() ) {?> <style type="text/css"> h1.entry-title {display: none;} </style> <?php }?>
but that didn’t do anything. (Yes, it uses h1 tags in this version.)
Help?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘remove title from home’ is closed to new replies.