remove website url field in the comments form
-
hi, thanks for making this theme. the theme is very good and i like it. but i need help,
how to remove website url field in the comments form? i added this code to function.php
function prefix_disable_comment_url($fields) { unset($fields['url']); return $fields; } add_filter('comment_form_default_fields','prefix_disable_comment_url');
but it doesn’t work. any solutions?
thank you.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘remove website url field in the comments form’ is closed to new replies.