Pagination issue with Single.php

You need next_post_link and previous_post_link, not next_posts_link and previous_posts_link. See the plural on the last two? The ones with the ‘s’ are for archive pagination. The ones without it are for single post to post pagination.