'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{ /* translators: %s: comment number */ echo '

' . esc_html( sprintf( __( '%s Comments', 'bunnypresslite'), $bunnypresslite_commentcount ) ) . '

'; } ?>
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(); ?>