Previous/Next with the same category
next_post_link() accepts a third argument which will limit the links to the same category. There is an example of this usage in the Codex: next_post_link( ‘%link’, ‘Next post in category’, TRUE ); in_same_term (boolean) (optional) Indicates whether next post must be within the same taxonomy term as the current post. If set to ‘true’, only … Read more