Home › Forums › Support › Pagination in posts for categorys This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 24, 2019 at 5:03 am #1043183 Carl I have two pages with blog posts, one with category1 and one with category2. If klick on a post from category1, the to next or previous links I want to see the next/previous post in that category. Is this possible? Thank you! October 24, 2019 at 5:47 am #1043216 DavidStaff Customer Support Hi there, try adding this PHP snippet: add_action( 'after_setup_theme', 'tu_category_specific_post_navigation' ); function tu_category_specific_post_navigation() { add_filter( 'generate_category_post_navigation', '__return_true' ); } Adding PHP: https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 24, 2019 at 5:55 am #1043221 Carl Hi David! Thank you, that is exactly, what I was looking for! Kind regards Wolfgang October 24, 2019 at 5:57 am #1043223 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In