Tagged: 

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

    How do I remove comments and counts. I’ve added a 3rd party social login and think the default comment is causing conflict.

    #478957

    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

    #482081

    I’m getting a double leave a reply on the comments and trying to remove it. Any suggestions?

    #482544

    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

    #482625

    Thanks! I also used this to remove comment counts.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Comments and Count’ is closed to new replies.