How to fix the pagination issue?
-
Hy there,
I have a pagination in a page of my website and its working pretty good until I apply a filter.
I have a page where I have listings and filters to filter the listings.
Only 12 listings are showing per page.
If a filter is applied then it removes the filters applied and redirect me to second page of listings without filters applied.
eg: domain.com/inventory/page/2
But what I want is if a filter is applied and user clicked on next page arrow it should redirect to next page with the filter applied.
eg: domain.com/inventory/page/2/?filter[]=true
Any idea how i can do this by PHP?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to fix the pagination issue?’ is closed to new replies.