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

' . esc_html( __( 'One Comment' , 'tijaji') ) . '

'; }else{ /* translators: %s: comment number */ echo '

' . esc_html( sprintf( __( '%s Comments', 'tijaji'), $commentcount ) ) . '

'; } ?>
0 ){ ?> 1) { echo '
'; } ?>