• Resolved Darkice

    (@darkice)


    Hello everyone!
    I just encountered an issue in which all my post titles had dissapeared.
    Last thing I did was updating some plugins that I’ve deactivated to check if those were the problem. No change. The website is here.
    If I’m switching themes, titles will show, but in my current theme (Typegrid) – titles are missing.
    No change made in code. I am using Yoast SEO and WP Super Cache, if this info helps.
    If I view the page source, titles appear in <h1> tags, as before. Just not displayed on the frontend.

    Any suggestion will help. Thank you for your time!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    If I’m switching themes, titles will show, but in my current theme (Typegrid)

    This indicates your theme “Typegrid” is the issue.

    Options:

    – contact the theme developers for support. Note this is a NON-WP.org theme.

    – find the problem and fix it yourself.

    – replace it with a fresh copy of that theme

    -Use a theme from the WP themes repo.

    Thread Starter Darkice

    (@darkice)

    Thank you for your answer, Tara!

    However, I can not follow your instructions, because
    – support inactive for the theme
    – I’ve struggled to find a solution, including hours of internet browsing, without success
    – a new copy of the theme won’t do it, as I’ve tried.
    – I won’t use a WP-served theme because I must keep the styling and visuals “as is”, for branding purpose.

    Thank you for taking your time to answer to my post. I must add that the <title><?php wp_title(”); ?></title> tag is present in my header.php file…

    I am still considering a plugin did this, but after deactivating all, the problem still not resolved. So I consider the “change” made remains embedded within the code. I’m not good at coding ??

    Have a great day!

    Thread Starter Darkice

    (@darkice)

    Problem solved!

    It was a style.css issue.
    If anyone encounters the same problem, my solution was adding at the very bottom, the following:

    header.entry-header, footer.entry-meta {
        display: block !important;
    }
    Moderator t-p

    (@t-p)

    Glad you got it sorted out ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post titles disappeared’ is closed to new replies.