Overview
In this tutorial we will explain how to Hide WordPress HomePage Title or All Pages Title.
Hide WordPress homepage title
First you need to know where to edit the current Title:
- Log in to you Admin page and go to pages.
- On your Main Page click Quick Edit and verify the Template name (we will assume Default Template).
- Open the editor and select you theme and page (in twenty-twelve theme it is content-page.php).
- Replace
the_title();
withif(!is_front_page()) the_title();
Hide WordPress title from all pages
- If you want to remove the title from all of your pages just delete the h1 block
All Done!
DevOps/IT Specialist, Musician.
IT Manager – Faculty of Exact Sciences, Bar-Ilan University
Personal Website
Hi.
I have an extra “Home” page title on my site (www.simmanamike.com) just below the navigation area. How do I remove that? If I try changing the name of my home page, it also changes to that name. I am stuck…
Simbarashe
Follow our tutorial of how to hide the page title in WordPress.
Hello there, just became alert to your blog through Google, and found that
it’s truly informative. I’m going to watch out for brussels.
I’ll appreciate if you continue this in future. A lot of
people will be benefited from your writing. Cheers!
Awsome! Thanks Dude!
Great, Thanks. It worked. I’m not sure why anyone would want the standard wordpress titles anyway…
One thing I did notice is that the blog page is now listing blogs with the first sentence on each starting just under half way across the page. It’s not so bad so have decided to leave it. Have a look: http://www.bedstoyou.com/blog.
Maybe I took out the wrong bit of code?
Thanks though!
Dude, you saved my life with this tip! I was looking for a plugin that would do this, but the only two I found didn’t work. This worked. Thank you!!! 🙂