• Hello,
    I want to disable the comment count on the blog posts. They say “No comments” and I don’t want that to appear. How can I remove it?

    I also need the archives to not appear in the sidebar. How can I make that go away?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you wanting to remove the comments part on just the category list or across the entire site? If just on the category list like in the URL you linked you can use this CSS in Appearance->Customize->Additional CSS

    .category .post .postmeta .post-comment {
    	display: none;
    }

    The Archives section is just a widget so you should be able to remove it from the blog sidebar section in Appearance->Widgets

    Thread Starter landisadultday

    (@landisadultday)

    Thank you! Appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘blog comment count’ is closed to new replies.