1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

esc_html__( 'Submit', 'calibar' ), // Change the class of send button 'class_submit'=> 'btn btn-primary', // change the title of the reply section 'title_reply'=> esc_html__( 'Leave a Comment', 'calibar' ), // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_after' => '', // redefine your own textarea (the comment body) 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
' . '
', 'email' => '
' . '
', 'url' => '
' . '
' ) ), 'comment_field' => '
', ); comment_form( $comments_args ); ?>