Terry
asked 11 years ago

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
DominicStaff
answered 11 years ago

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

Terry
replied 11 years ago

Perfect. Thanks for the help.

Powered by DW Question & Answer Pro