1){ $bansta_num_comments_text = $bansta_num_comments.' '.esc_html__( 'Comments', 'bansta' ); } else { $bansta_num_comments_text = esc_html__( '1 Comment', 'bansta' ); } ?>

    5 ] ); ?>
More Comments

exists() ? $bansta_user->display_name: ''; $bansta_consent = empty( $bansta_commenter['comment_author_email'] ) ? : 'checked="checked"'; $bansta_fields = array( 'author' => '
'.esc_html__( 'Please, enter your name', 'bansta' ).'
', 'email' => '
', 'url' => '
', 'cookies' => '' ); $bansta_defaults = ['fields' => apply_filters('comment_form_default_fields', $bansta_fields)]; $bansta_defaults['comment_field'] = '
'.esc_html__( 'Please, enter your comment', 'bansta' ).'
'; $bansta_defaults['comment_notes_before'] = ''; $bansta_defaults['comment_notes_after'] = ''; $bansta_defaults['title_reply'] = esc_html__( 'LEAVE A REPLY', 'bansta' ); $bansta_defaults['label_submit'] = esc_html__( 'Post a Comment', 'bansta' ); $bansta_defaults['title_reply_before'] = '

'; $bansta_defaults['title_reply_after'] = '

'; $bansta_defaults['cancel_reply_link'] = esc_html__( 'Cancel reply', 'bansta' ); // login when you want to write a comment $post_id = get_the_ID(); $url = wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ); $bansta_defaults['must_log_in'] = '

'; $bansta_defaults['logged_in_as'] = '

' . sprintf( /* 1: edit user link, 2: accessibility text, 3: user name, 4: logout URL */ '' . esc_html__('Logged in as', 'bansta') . ' %3$s. ' . esc_html__('Log out?', 'bansta') . '', get_edit_user_link(), /* %s: user name */ esc_attr( sprintf( esc_html__( 'Logged in as %s. Edit your profile.' , 'bansta'), $bansta_user_identity ) ), $bansta_user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( get_the_ID() ) ) ) ) . '

'; comment_form( $bansta_defaults ); ?>