Hide Page Titles?

Support Area Forums United Hide Page Titles?

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #19529
    Ashley Davis
    Participant

    Is there a way to hide the page titles, other than just not entering them? It gets confusing having to edit pages with no titles when there are multiples.

    Thanks!
    Ashley

    #19532
    Bill Robbins
    Moderator

    Good question. You definitely want to leave the titles in there for search engines too. We can hide them via CSS.

    There’s a handy plugin called Style Buddy (https://wordpress.org/plugins/style-buddy/) that lets you enter styling that applies only to the current page/post. If you only want to hide some titles, I would use that plugin and then apply this styling just to those pages where you don’t want titles:

    
    h1.title {
    	display: none;
    }
    

    If you want to hide them everywhere, then add that to the Custom CSS that’s in the Theme Options page.

    Let me know if that doesn’t do the trick.

    Bill

    #19547
    Ashley Davis
    Participant

    Great! Worked well, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide Page Titles?’ is closed to new replies.