'ul', 'short_ping' => true, ) ); if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { // Add pagination here the_comments_navigation(); } } else { // Optional: Message when no comments are found echo '

' . __( 'No comments yet.', 'alvarado' ) . '

'; } comment_form(); ?>