sprintf( '%1$s' . __( 'arrow_back', 'the-m-x' ) . '%2$s' . __( 'Previous Posts', 'the-m-x' ), '', '' ), 'next_text' => sprintf( __( 'Next Posts', 'the-m-x' ) . '%1$s' . __( 'arrow_forward', 'the-m-x' ) . '%2$s', '', '' ), ) ); // 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. ?>