Okay
  Public Ticket #703889
Disable all comments in blog
Closed

Comments

  • Ruediger started the conversation

    Hi,

    is it possible to disable all comments in all blogs, so no text or boxes appear with comments e.g.: "| No comments" in the post overview or the comment button near "Love this" and "share" button under the post.

    thanks

    ruediger

  •  8,992
    Tahir replied

    Hey ,

    Please see: https://wordpress.org/plugins/disable-comments/

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

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

    Best.


    ThemeNectar Support Team