Home Forums WordPress Themes – Premium Preference removing page titles

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13664

    How do you remove page titles from all pages? I’ve tried several different ways but nothing seems to be working.

    #17634
    Sushil Adhikari
    Moderator

    There’s really only three options with WordPress:

    1. Don’t do titles (although more likely not really an option)
    2. Remove the title code from the theme files
    3. Using a plugin

    Option 3 is usually what people have done, and even though there apparently are plugins that can remove titles, I do not know of any off the top of my head, so it’s a case of searching the plugins directory at wordpress.org for one. However, if you do not plan to “ever” use titles on “pages”, the other option of course is to modify the theme files by removing the title code.

    #17635

    I haven’t found a plugin yet that seems to do the trick, but I’m still searching.

    I’ve attempted option 2 but with no success. Can you tell me which lines of code to remove?

    #17637

    nevermind. I finally figured it out by looking at the code using firebug and then putting

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

    in the css style.

    #17638
    Sushil Adhikari
    Moderator

    ah… that’s another option. Good job!

    #13665
    Gina
    Member

    I’m so glad you posted this because it was driving me crazy on the home page.
    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.