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

'

'. sprintf( __("You must be %s logged in %s to post a comment", 'phlox' ), '', '' ) .'

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'phlox' ), self_admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', // change the title of send button 'label_submit' => __('Submit' , 'phlox' ) , // change the title of the reply section 'title_reply' =>'' . esc_html__('Leave a Comment', 'phlox' ) . '', // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_before' => '

', 'comment_notes_after' => '', // redefine your own textarea (the comment body) 'comment_field' => '', 'fields' => array( 'author' => '', 'email' => '', 'url' => '', 'cookies' => '' ) ); // Whether to display cookie consent option on comment form if( ! auxin_get_option( 'comment_cookie_consent_enabled', 1 ) ){ $comments_args['fields']['cookies'] = ''; } $comments_args = apply_filters( 'auxin_default_comment_form', $comments_args, compact( 'author_label', 'email_label', 'url_label','textarea_label', 'consent', 'commenter', 'user_identity', 'req' ) ); comment_form( $comments_args );