'approve', 'post_id'=> get_the_ID(), 'type'=> 'comment', 'count' => true ) ); $bunnypresslite_pingscount = get_comments( array( 'status' => 'approve', 'post_id'=> get_the_ID(), 'type'=> 'pings', 'count' => true ) ); if ( $bunnypresslite_commentcount > 0) { if ( $bunnypresslite_commentcount == 1){ echo '

' . esc_html__( 'One Comment' , 'bunnypresslite') . '

'; }else{ echo '

'; /* translators: %s: comment number */ printf( esc_html( __( '%s Comments', 'bunnypresslite'), $bunnypresslite_commentcount ) ); echo '

'; } echo '
    '; wp_list_comments( 'type=comment&callback=bunnypresslite_custom_comments_list' ); echo '
'; } if ( $bunnypresslite_pingscount > 0 ){ ?> '; } if (get_comment_pages_count() > 1) { echo '
'; $bunnypresslite_previous_comments_link = get_previous_comments_link( __( '« Previous comment', 'bunnypresslite' ) ); $bunnypresslite_next_comments_link = get_next_comments_link( __( 'Next comment »', 'bunnypresslite' ) ); echo '
'; if ( isset($bunnypresslite_previous_comments_link) ) echo wp_kses_post( $bunnypresslite_previous_comments_link ); echo '
'; echo '
'; if ( isset($bunnypresslite_next_comments_link) ) echo wp_kses_post( $bunnypresslite_next_comments_link ); echo '
'; echo '
'; } if( comments_open() ) comment_form(); ?>