• Hello,

    I’m hoping someone can help me resolve this problem with my website (royeidelson.com).

    In order to remove duplicate page titles for my main pages, I added this CSS:

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

    That fixed the issue, but it created a new one. Now, when scrolling down from the Home page, there are no titles for any of the blog posts for my Blog page. That is, three blog entries appear, but none of them has its own title anymore.

    So apparently the new CSS is doing more than I want. I’d welcome suggestions. I hope I’ve described the problem adequately.

  • The topic ‘Problem with Missing Blog Post Titles with 2017’ is closed to new replies.