kaylee
Member
Posted 11 months ago #
I am using my wordpress as a CMS and having trouble getting the post navigation links to work properly. Is there a way to get them to exclude posts that are in a different category?
I want them to display the next post button only if it is in the same category.
I want them to display the next post button only if it is in the same category.
i am not sure about that display behaviour, however, to keep 'next post/prev post' navigation in the same category, look into the 'in-same-cat' parameter of:
http://codex.wordpress.org/Function_Reference/next_post_link
http://codex.wordpress.org/Template_Tags/previous_post_link
kaylee
Member
Posted 11 months ago #
Is there a way to exclude parent categories or if the post were in another category?