Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #388928

    Hi guys!

    I’d like to remove Reply Count and Comments all together at the bottom of the blog posts. Not sure how to go about that.

    Random Q: Is there a way to remove “Website” under Leave A Reply incase I decide to keep comments in the future?

    #389401

    Hi Courtney!

    1- Please edit your blog posts and click on “Screen Options” on the right top side of the scree and check “Discussion” and uncheck “Allow comments.” then go to Settings > Discussion and uncheck “Allow people to post comments on new articles ”
    2- Please add following code to Quick CSS

     p.comment-form-url {
    display: none;
    }
    

    Regards,
    Yigit

    #392774

    Thanks Yigit! Worked perfectly :)

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