Can’t exclude a category from the previous_post_link and next_post_link
-
I am unable to exclude a category from the previous_post_link and next_post_link in single.php.
The category I want to exclude is id # 1 – named “View All”.
The View All category is the default category for all posts.
Every post is in 2 categories; a specific category like “Baby & Children” as well as the View All category.
Here is the Previous and Next link code in single.php.
<?php previous_post_link(‘%link’, ‘Previous’, TRUE, ‘1’); ?>
<?php next_post_link(‘%link’, ‘Next’, TRUE, ‘1’); ?>I need to not show the “View All” category just the items specific category.
- The topic ‘Can’t exclude a category from the previous_post_link and next_post_link’ is closed to new replies.