How to Hide Page Titles in WordPress

Maybe you’re not trying to get rid of all your page titles; what if you just want to hide all the page (but not post) titles on your site? In that case, all you need to do is slightly tweak the above CSS code. Just add “.page” in front of the code. For instance:

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

This should immediately hide all page titles on your WordPress site.


Comments

Leave a Reply

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