I' would like to remove the "site"-inputfield in the comment form in Wordpress twenty eleven. Someone who knows the answer? Thanks in advance.
|
feedback
|
|
To remove any field you should pass the $args of which fields you want to be showed in your form. Exemple:
You just have to comment the line of the Website, and pass the array like in the exemple. If you want further reading on how to customize your form with the function comment_form(); you should read this Codex page | |||
|
feedback
|
|
you can try adding this filter to your theme's functions.php:
| |||
|
feedback
|