What’s the best way to completely remove the comment form from all posts in WallPress? We don’t want any comment functionality at all.
Thanks!
1 Answers
To resolve this problem you can log in to Dashboard > Appearance > Editor > open the style.css file and then add the following code :
#comments {
display: none;
}
Regards,
Dominic
Perfect. Thanks for the help.
Please login or Register to submit your answer