-
-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core pagination support for double layered pagination #461
Comments
This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open. View the enhancement backlog here. Don’t forget to upvote the top comment with 👍! |
I converted too. @zachleat I can help you with that. |
I needed this kind of thing for a recent project and this is what I came up with. Related to #332, also. https://gist.github.com/MWDelaney/6dd60be5e4c223217d597983d20bde20 |
Yup, using the same kind of approach, albeit using custom taxonomies instead of tags: |
Expanding the above into a working example... After much heartache, and many compromises, I have paginated dynamic tag pages for blogging working. I made a pull request against ZeroPoint demonstrating it: I'm sure this could be simplified, and pagination more directly modified, but it works! |
Related issue #332, something with a little bit more DX might be warranted since this has come up a few times now.
The text was updated successfully, but these errors were encountered: