Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #207063

    Hello,

    Is it possible to disable comments on the posts?

    Thanks

    Giles

    #207067

    Hi Giles!

    Go to Settings > Discussions, and uncheck “Allow people to post comments on new articles”.

    Regards,
    Josue

    #207086

    Josue,

    I have already done that, but the posts still have the number of replies icon and the post a comment form at the bottom.

    #207101

    Hey!

    Try adding this code to the Quick CSS:

    .comment_meta_container, .comment_container, .comment-container, .comment-container + span  {
        display: none;
    }

    Cheers! 
    Josue

    #207109

    Thanks for this. But, I seem to have found the issue. I was editing the existing sample post. I have now added a new one and the comments don’t show. I deleted the sample post and re-entered the text/images into a new post and the issue has gone away.

    Regards.

    Giles

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Disabling comments on posts’ is closed to new replies.