How to hide/remove comments on blog

When I disable the option to comment on articles, the (0) comment link still shows at every article. Is there an easy way to hide or remove this?

Comments

  • If you mean blog page where is list of all posts, then below custom css will help you:
    .post-footer .post-links .post-comments { display: none; }
    .icon-comment-empty-fa:before { display: none; }
    However thanks for your suggestion. We`ll try to hide this as well when you turn off comments for posts :)
  • You're welcome. Thanks for the custom css :-)
Sign In or Register to comment.