![]() |
Simple Wordpress How to Question
How can I remove the email field from the comments or email & url?
I tried deleting the code directly from comments.php but when a user tries to comment it brings up an error. I think I just need to hide it but how, I have tried a few ways by adding code to my functions.php but they always result in a header error. |
Dashboard > Settings > Discussions
There you can uncheck Comment author must fill out name and e-mail and you have other options about comments too |
Quote:
I want to remove them altogether (or hide them). |
Quote:
|
If you read my post, I tried deleting the code but when a user tries to post a comment it generates an error.
I have tried a few options for hiding it, usually within the functions.php file. How do I hide it with CSS? |
GitHub-Repo...plug in that disables all comments
|
add this to your functions file
Code:
add_filter('comment_form_default_fields', 'email_filtered'); disable ?require email? in WP preferences aswell |
This didn't do anything at all..
Quote:
Quote:
|
Quote:
|
I wonder if there's a plugin to block .pl users from creating accounts.... assholes
|
Quote:
|
Quote:
limit the POST function to specific countries. The POST request method is used when the client needs to send data to the server as part of the request, such as when uploading a file or submitting a completed form so keep in mind this will affect all POST methods on your site. Code:
#BLOCK_POLAND |
All times are GMT -7. The time now is 06:58 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123