Get previous/next post from (specific) category
When in_same_term parameter in get_next_post() / get_previous_post() function is set to TRUE, a post is selected from any category assigned to the current post. As you wrote, you can not use the exclude parameter in this case. Using the get_{$adjacent}_post_where filter, you can skip product in the category list, which you are looking for posts. … Read more