Hey guys.
My site is http://www.animestealth.com
I have on my right sidebar code for post navigation.
<?php previous_post('%', '', 'yes'); ?>
<?php next_post('%', '', 'yes'); ?>
This works, although it has a flaw. Since i post many different series of anime each week each series isn't always posted in sequential order. The navigation link just links to the immediate next and previous posts no matter what category they are in. Is there a way for me to alter this navigation code so that it posts the previous and next posts within the category the current post is in? This way it will always posts the previous and next episodes of the anime they are watching. Or is there a way to resequence the posts that I have already made to make them in the correct order? Although this would suck as I have over 11000 posts haah.