Home » Blog » Web Design » How To Hide Or Remove WordPress Page And Post Titles With CSS
WordPress Page and Post Titles

How To Hide Or Remove WordPress Page And Post Titles With CSS

WordPressHow to hide or remove WordPres page and post titles (without actually changing them)  from a single page or post, using simple CSS.

There are many reasons to hide a page or post title on WordPress, titles can often get in the way for WordPress websites which operate outside the blogophere, meaning websites which operate as more than “just a  blog”.

Removing the actual title from a page or post, is not what we have in mind. Though removing the title altogether is an easy solution, your title could show up as a blank line on archive pages and lists.

[Note]Information Needed: Your Page/Post ID and TitleLocating WordPress Page And Post IDs[/Note]

Hide Page Titles

Copy and paste Copy and paste the CSS snippets below into your style.css or custom.css file.
[Normal_Box]

.page-id-0000  .entry-title {display: none;}

[/Normal_Box]

Hide Posts Titles

Copy and paste Copy and paste the CSS snippets below into your style.css or custom.css file.
[Normal_Box]

#post-0000 .entry-title {display: none;}

[/Normal_Box]
[Note]Tip: Center WordPress page/post titles using HTML: <center>Title</center>[/Note]

Jared Harrison

Jared Harrison is an accomplished tech author and entrepreneur, bringing forth over 20 years of extensive expertise in cybersecurity, privacy, malware, Google Analytics, online marketing, and various other tech domains. He has made significant contributions to the industry and has been featured in multiple esteemed publications. Jared is widely recognized for his keen intellect and innovative insights, earning him a reputation as a respected figure in the tech community.

More Reading

Post navigation

10 Comments

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.

How To Automatically Add A Search Field To Your WordPress Menu

How to add your Twitter feed to your WordPress website

How To Remove Or Style The Happy Face In The WordPress Footer