How to Hide Page Title in WordPress: 3 Easiest Ways

technologhy
Aug 19, 2023
7m
Anna Pham
how to hide page title in wordpress

Websites on WordPress usually contain some pages that do not need a title. Depending on the style of your website, displaying the titles of this or other pages may not be aesthetically pleasant, or it may make the page appear unprofessional. It is not required to display the titles of pages such as Home, Contact, About, and Products. 

So, in this article, we will explore how to hide page title in WordPress. We've put together the 3 easiest methods you can apply to your store.

Let's discover right below!

How to Hide Page Title in WordPress: 3 Easy Methods

Now let’s show you how to remove the page title using 3 straightforward methods.

Hide Page Titles Manually in the Theme Customizer?

Hide All Page Title

  • On the WordPress dashboard, go to Appearance > Click Customize
how to hide page title in wordpress 1
  • Scroll down and select Additional CSS
how to hide page title in wordpress 2
  • Copy and paste the following code:

.page .entry-title {

display: none;

}

how to hide page title in wordpress 3
  • Hit the Publish button.

Hide a Specific Page Title

The section that follows will teach you how to hide the title of a given page. To do so, you must first determine the page's ID. 

Here's how to do it:

  • Access the Dashboard > go to Pages > All Pages
how to hide page title in wordpress 4
  • Go to the page of your choice > then over Edit. Don’t click it.

The page ID now shows up in the URL at the bottom of your browser. 

The Checkout page ID in the following example is 10.

how to hide page title in wordpress 5
  • Once you have the page ID, add the CSS code.
  • Navigate to Appearance > Customize > click on Additional CSS.

Add the following code:

.page-id-10 .entry-title{

display:none;

}

how to hide page title in wordpress 6

*Note: Remember to replace.page-id-10 with the ID of the page whose title you want to hide.

  • Then Publish the page. Visitors should no longer see the page title now.

Alternatively, hide page titles in WordPress can also be accomplished with third-party applications. In this sections below, we'll teach you how to achieve it with a page builder and a WordPress plugin.

Hide Page Titles Using a Page Builder

IIf you're using a page builder tool like Elementor, follow the steps below:

  • From your WordPress dashboard > Navigate to Pages > Click All Pages
how to hide page title in wordpress 7
  • Hover over any page whose title you want to hide> choose Edit with Elementor
how to hide page title in wordpress 8

  • Click on the Settings gear icon in the bottom left corner.
how to hide page title in wordpress 9
  • To hide the title, toggle the Hide Title option to YES.
  • Then click Update or Publish button if you’re working on a new page. The page title has been hidden.
how to hide page title in wordpress 1

Hide Page and Post Titles Using a Plugin

Another way to hide page names in WordPress is to use a plugin. In this tutorial, we'll be using the Hide Page and Post Title plugin. 

Another plugin for hiding page titles is Title Remover. 

After you've installed and activated the plugin, go through the following steps:

  • Go to Pages > All Pages > click Edit under the particular page whose title you want to hide.
how to hide page title in wordpress 12
  • Press the Settings icon and scroll down to the Hide Page and Post Title section.
  • Tick the checkbox to have the page title hidden >  press Update.
how to hide page title in wordpress

How to Hide Page Title in WordPress: FAQs

What is page title in WordPress?

Title tags and meta description tags, often known as page titles and meta descriptions, are the small details that allow your website's pages to display in search results the way you want them to.

How do I hide a page in WordPress?

Activate the plugin in your WordPress admin by going to the 'Plugins' menu. In your WordPress admin, go to the Settings menu and select the 'Hide Any Page' option. Check the page(s) you want to hide from your visitors and search engines like Google.

How do I hide page title in WordPress Elementor?

Take the following steps:

  • Step 1: Navigate to your page and select “Edit with Elementor”. Here, we've created a page with a title that we'll conceal.
  • Step 2: At the bottom left of the widget panel, click the Document settings gear icon.
  • Step 3: Turn on “Hide Title”.
  • Done! You successfully hid the title with no coding.

Final Thought

Hiding page titles in WordPress can be a valuable technique to enhance the aesthetics and user experience of your website. 

By using any of the three straightforward methods outlined in this article, you can seamlessly remove page titles while preserving functionality. Whether it's for a landing page, homepage, or any specific content, the flexibility WordPress offers empowers you to customize your site to suit your preferences. 

Remember, a minimalist design can foster better engagement and guide your visitors' focus.