Hide Page Titles in WordPress

Hide Page Titles in WordPress

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!