1 && get_option( 'page_comments' ) ) : ?>

'

', 'email' => '
', 'url' => '

', ); $comments_args = array( 'cancel_reply_link' => '', 'class_submit' => 'button icon ' . $comment_color_mode, 'fields' => apply_filters( 'comment_form_default_fields', $comments_fields ), 'comment_field' => '

' . esc_html__( 'Comment', 'boden' ) . '

', 'comment_notes_before' => '', 'comment_notes_after' => '', 'label_submit' => esc_html__( 'Add Comment', 'boden' ), 'submit_button' => '', 'title_reply' => '', 'title_reply_to' => '', ); comment_form($comments_args); ?>