Hide WordPress HomePage Title or All Pages Title

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:

  1. Log in to you Admin page and go to pages.
  2. On your Main Page click Quick Edit and verify the Template name (we will assume Default Template).
    Hide WordPress HomePage Title 1
  3. Open the editor and select you theme and page (in twenty-twelve theme it is content-page.php).
    Hide WordPress HomePage Title 2
    Hide WordPress HomePage Title 3
  4. Replace the_title(); with if(!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!

6 thoughts on “Hide WordPress HomePage Title or All Pages Title

  1. simbarashe

    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

    Reply
  2. online shopping

    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!

    Reply
  3. Andrew Kings

    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!

    Reply
  4. Dragonetta

    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!!! 🙂

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.