Category Next and Previous Links
-
I am looking to put in the sidebar of my template navigation links for the category the post is found in. Many of my posts have 2 or more categories and I would like to show the Category and then have next previous links for that specific category.
Example:
Post A is found in Cat 1 and Cat 2so in the sidebar would be (below):
Cat 1
previous post – next postCat 2
previous post – next post———————————————————-
<?php next_post_link(‘%link’, ‘Next post in category’, TRUE); ?>
I found the above code in the codex. However this code does not seem to differentiate when there is 2 or more categories assigned to a post.
Is there a plug-in? I have been searching to no avail. I am wondering if a loop can be created with the above code and use a get category type command.
- The topic ‘Category Next and Previous Links’ is closed to new replies.