You could try adding a filter to your wp-content/themes/your theme name/functions.phptry inserting it in functions.php after the opening php tag: <?php add_filter('comment_form_default_fields', 'url_filtered');function url_filtered($fields){ if(isset($fields['url'])) unset($fields['url']); return $fields; -
Tuesday, 23 December 2014
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment