next_post_link and prev_post_link not working since recent update
-
My site has a custom taxonomy called “artists” and has been using this code to show the next and previous post within that taxonomy:
<div class="next"><?php next_post_link('← %link', '%title', true, '', 'artists'); ?></div> <div class="prev"><?php previous_post_link('%link →', '%title', true, '', 'artists'); ?></div>
Since the latest WP update it now just shows the next and previous post in all taxonomies.
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘next_post_link and prev_post_link not working since recent update’ is closed to new replies.