Broke Post Titles

  • rustyellis

    #8644

    Okay, so call me a newbie and shake your head…now that’s over with.

    My default post pages are not showing the Post Titles. I must have played with the core code and jacked it up when hopping around and trying to tweak things. I’m sure that this is a simple fix (and go ahead and shake your head again, I deserve it).

    Thanks.

    Rusty

    Mod

    Kenneth John Odle

    #41709

    You have edited the default theme stylesheet to include this:

    /* Rusty removing Title on Page
    */

    .entry-title{
    display: none;
    }

    Change that to:

    /* Rusty removing Title on Page
    */

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

    That will get rid of the title on the home page, which is what I think you were going after.

    Do NOT edit theme files. The best way to alter your theme is to use theme options (in this case, you could have added that code directly to Graphene’s “Custom CSS function) or to use a child theme.

    Changes you make to the theme files will be lost at the next update. If you choose not to update the theme, then you leave yourself open to security vulnerabilities.

    rustyellis

    #41710

    Thanks. I don’t know why I made that change originally…edited the info and now have my titles back! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.