I have removed the titles from the pages but still have the title on the Home page. How do I remove it?
Remove title from home page
7 posts from 3 voices-
Posted 1 year ago #
-
Hey,
I'm guessing you've set a static page as the homepage? If so, open up page.php, find and remove this code:
<h1 class="siteheading"> <a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','cleancut')?> <?php the_title(); ?>"><?php the_title(); ?> </a> </h1>James
Posted 1 year ago # -
I have done that already. The titles are off all pages except the Home page. I am also not using the static page as Home but putting the Home page on the main page as additional page content. Still shows the title Home. Also, want to remove the columns on the main page so that there won't be a huge space between the header and the additional page content.
http://www.ljon.comPosted 1 year ago # -
Hi....just wondering if I can get an answer on this question. Thanks.....
Posted 1 year ago # -
Hey,
try to add following to style.css:
.home #main, .home h2.siteheading{ display: none !important; }Posted 1 year ago # -
Thanks, Dude. It works......much appreciated.
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














