Archived topic
Next and prev. post link ONLY within category
7 replies · Started by arbeni on April 10, 2018
It's possible to add Next and prev. Post link ONLY within category
Thanks
Hi there,
Just to confirm this, so you only want to show the post navigation if someone click on a single post from a category listing page?
Hey,
I use WP Show Posts Pro so that I can select categories and have certain categories in certain pages. e.g. in home page I have category 1, and when I open a post I want to have the possibility below to navigate only in this category.at the moment it is so that I have the navigation below by date.
Thanks
Hi there,
If I'm understanding correctly, this filter should help: https://docs.generatepress.com/article/generate_category_post_navigation/
add_filter( 'generate_category_post_navigation', '__return_true' );
That's It...Great work, guys!
Awesome :)
HI,
I just brought the theme and i am not a champ. I just have the same requirement. could you please tell me on which page I need to add this code or need to change the code?
I just need what to do but just want to know where I can do the change.
Thanks
Nik
Try one of these methods:
https://docs.generatepress.com/article/adding-php/