Hello,
Is it possible to disable comments on the posts?
Thanks
Giles
Hi Giles!
Go to Settings > Discussions, and uncheck “Allow people to post comments on new articles”.
Regards,
Josue
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.
Hey!
Try adding this code to the Quick CSS:
.comment_meta_container, .comment_container, .comment-container, .comment-container + span {
display: none;
}
Cheers!
Josue
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