How to add a div on comment fields / edited
The comment_form() isn’t quite correct with your arguments being loaded in. You need to pass in ‘fields’ => apply_filters( ‘comment_form_default_fields’, $fields ), into a new argument. Attached is an example of what you would need to update. Fields you want to have filled out $fields = array( ‘author’ => ‘<div class=”comment-form-author”><label for=”author”>’ . __( ‘Name’, … Read more