When someone comments on my post on the blog, I don't want them to enter a website or e-mail, just the name and comment. How could I remove those boxes, which php or css file should I edit? If it's possible, of course. Thanks.
When someone comments on my post on the blog, I don't want them to enter a website or e-mail, just the name and comment. How could I remove those boxes, which php or css file should I edit? If it's possible, of course. Thanks.
Make them not required fields and comment them out with CSS to hide them. Though... The email is helpful to catch spammers.
OK, but where do I find those required fields?
Go to your Admin Dashboard (/wp-admin/)
Settings -> Discussion
You can uncheck "Comment author must fill out name and e-mail"
No but they're already unchecked. What I want is to actually remove the text boxes which are used to enter the e-mail and website. And also, the text under the comment box which says what HTML attributes you can use.
For that you edit your theme. The comments.php page would be it, OR you edit the theme's style.css to hide those fields.
This topic has been closed to new replies.