WordPress template next_prev

See: https://codex.wordpress.org/Function_Reference/previous_post_link

I’m a little confused by what you are asking but I’m assuming you are after the next/prev links to go to the next or previous post in the same category? In which case, you need to define the third argument in ‘previous_post_link’ & ‘next_post_link’ as ‘true’.

Note that those two functions must be used inside “the loop” to work.