- This topic has 3 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Navigate to next search result
Tagged: navigation, V3
Hi
I have S&F Pro working fine filtering a custom post type displaying results with the customer method.
The result set is a list of items, each of which can be clicked to get more detail. Works fine.
What I’d like to be able to do is have a Previous/Next link on these detail pages to navigate to the previous/next detail page for the result set. I’ve tried the_post_navigation() and other WP navigation functions but to no avail.
I also tried placing do_action(‘search_filter_setup_pagination’, myid); before the nav functions, but again, no joy.
Any help appreciated
Thanks