How to hide Page and Post Titles in WordPress – Manual and Plugin Methods If you own a WordPress website, you may have encountered a situation where the title of a page or post doesn’t quite align with your WordPress theme or design. Deleting the title altogether could potentially harm your website’s SEO and performance. However, there’s a solution to this predicament: you can hide the page or post title instead of removing it entirely.
This article will present you with several approaches to achieving this in WordPress. These methods involve manually adding code to your theme’s stylesheet, utilizing a page builder, and installing a title removal plugin. Furthermore, we’ll discuss the reasons why you might consider hiding titles in the first place.
Safeguard Your WordPress Site: Hide Post or Page Titles Manually in the Theme Customizer
But fret not! This guide is designed to be beginner-friendly and easy to follow, ensuring a smooth experience throughout the process. Remember to take a moment and create a backup of your WordPress site before we dive into the tutorial. This precautionary measure will safeguard your data in case of any errors that may occur while editing theme files.
Copy and paste the following code:
.page .entry-title {
display: none;
}

similarly for the title of a Post use the following code.
.post .entry-title {
display: none;
}
Hooray! page title and post title disappeared.
Effortlessly Hide Page and Post Titles with a Plugin
If you prefer a plugin-based approach to hide page titles in WordPress, look no further. This guide will walk you through the process using the Hide Page and Post Title plugin, as well as an alternative option called Title Remover.
Here’s how to get started:
- Install and activate the Hide Page and Post Title plugin.
- Navigate to Pages -> All Pages and select Edit under the specific page where you want to hide the title.
- Click the Settings button and scroll down to the Hide Page and Post Title section.
- Enable the checkbox to hide the page title.
- Finally, click Update to save your changes.
With these simple steps, you’ll effortlessly conceal page and post titles using the power of plugins.
Extended Title Remover – By Amit Mittal
You can download the plugin from this link click here
VIDEO TUTORIALS of WordPress on YouTube