'Send', 'class_form' => 'contact-form', 'class_submit' => 'btn btn-secondary', // change the title of the reply section 'title_reply' => 'Leave a Reply or Comment', // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_after' => '', // redefine your own textarea (the comment body) 'comment_field' => '
', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
'. '
', 'email' => '
'. '
', 'url' => '
'. '
' ) ), ); comment_form( $comments_args ); ?>