Okay
  Public Ticket #208062
How to remove "no comments" from each blog entry
Closed

Comments

  •  1
    Hercules started the conversation

    I have disabled commenting on all posts, but each blog entry still has "no comments" next to it. How do I remove this permanently and universally? Thank you.

  • Justin replied

    add this to your css shortcode

    .meta-comment-count {
    display: none!important;
    }