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.
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 › Pagination doesn't work after filtering
Tagged: pagination
Hi Pierre
I’ve sorted the issue.
Your issue was the pagination function custom_pagination.
It used paginate_links incorrectly – https://codex.wordpress.org/Function_Reference/paginate_links
So I created a copy of this function now called search_filter_pagination and used that in advanced-search.php, and I made some fixes to the pagination as per the WP docs, and all seems to work 🙂
Let me know how you get on and if this can now be closed?
Thanks
PS Just remember, if you update your theme you will lose this customisation, so make sure to make a backup of inc/custom_pagination.php
Thanks