wp_kses( __( 'Next %title', 'business_theme' ), array( 'span' => array( 'class' => array() ) ) ),
'prev_text' => wp_kses( __( 'Previous %title', 'business_theme2' ), array( 'span' => array( 'class' => array() ) ) )
) );
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>