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?
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
Thanks Yigit! Worked perfectly :)