I am using this code but once i click on the next post/previous post link i am redirected to the next post/ previous post of the different category
previous_post_link('%link', 'Prev post in category', $in_same_term = true);
next_post_link('%link', 'Next post in category', $in_same_term = true);
I am trying to fix my issue using this article http://codex.wordpress.org/Function_Reference/next_post_link
Thanks