Pagination issues continue…
-
This is actually a follow up to this thread, which was closed.
The pagination feature is not working correctly… due to URL breakage.
The URL Posts in Pages is attempting to use:
https://thefan.net/georgia-state-panthers/?page=2The correct URL PiP should be using (which works):
https://thefan.net/school/georgia-state-panthers/?tab=3&page=2As you can see, there’s a “school” and “?tab=3” directive in the URL for the working version, that’s not present in the link under “next” (to the right of the first row’s images).
Realistically (and ideally) all that should be happening is that the pagination stuff should be appending to the end of the URL. Detect if there’s already a query string item, and append to the end of it via “;page=WHATEVER” if yes, otherwise, do a “?page=WHATEVER” if no.
This would permanently solve any pagination issues past and future. ??
Note: I’m using “Advanced Custom Fields Pro” and “Custom Post Type UI” to render the URL/page as I need to.
The page I need help with: [log in to see the link]
- The topic ‘Pagination issues continue…’ is closed to new replies.