Tagged: comments
Hey miratrix!
You can turn comments off under Settings–>Discussion. If you want to use a plugin I can recommend this: https://wordpress.org/plugins/disable-comments/
Cheers!
Rikard
I’m getting a double leave a reply on the comments and trying to remove it. Any suggestions?
Hi!
I guess it’s coming from a third party plugin. Add this in the Quick CSS field to remove it:
.comment_container .miniheading, .comment_container .minitext {
display: none !important;
}
Regards,
Ismael
Thanks! I also used this to remove comment counts.