I know this question has been asked before, but I am wondering can you hide just a specific page title or do you have to hide all of them?
Thanks.
I know this question has been asked before, but I am wondering can you hide just a specific page title or do you have to hide all of them?
Thanks.
if your theme uses body_class() then each page would have a unique css class (example .page-id-123 where the number is the page ID) which you can use in combination with the page title css class to hide the page title (in the stylesheet)
You must log in to post.