Removing Home Title on Static Front Page
-
Ok. I have looked at all other posts, and none of them have seemed to help me.
All I want to do is remove the title of the Home page. It is pretty obvious that your on the home page, therefore the text is not needed.I have gone into my home page template file, and taken out the code, edited the code and NOTHING works. can anyone help me?
This is what I have to start with:<?php if ( is_front_page() ) { ?>
<h2 class=”entry-title”><?php the_title(); ?></h2>
<?php } else { ?>
<h1 class=”entry-title”><?php the_title(); ?></h1>
<?php } ?>I have taken out the h2, with no luck. Then tried taking out the h1 with no luck. Then tried it all… and it still appears!!!!!!
Please can someone help me? I am fairly new to PHP so I’m learning as I go so I can’t write any on my own yet…
- The topic ‘Removing Home Title on Static Front Page’ is closed to new replies.