Skip to content
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

Closed
zachleat opened this issue Mar 22, 2019 · 6 comments
Closed

Core pagination support for double layered pagination #461

zachleat opened this issue Mar 22, 2019 · 6 comments
Labels
enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.

Comments

@zachleat
Copy link
Member

Related issue #332, something with a little bit more DX might be warranted since this has come up a few times now.

@zachleat zachleat added enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved. labels Mar 22, 2019
@zachleat
Copy link
Member Author

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 👍!

@distinctperspective
Copy link

I converted too. @zachleat I can help you with that.

@MWDelaney
Copy link

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

@jeromecoupe
Copy link

jeromecoupe commented May 9, 2022

Yup, using the same kind of approach, albeit using custom taxonomies instead of tags:

https://github.com/jeromecoupe/11ty-paginate-taxonomies

@MWDelaney
Copy link

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:
MWDelaney/ZeroPoint#31

I'm sure this could be simplified, and pagination more directly modified, but it works!

@dave-kennedy
Copy link

I'm confused by the status of this issue. It's pinned to the top of the issues list, so I would expect a canonical answer here. @zachleat can you please clarify? Is the recommended solution this one? If so, it might make more sense to pin that issue instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.
Projects
None yet
Development

No branches or pull requests

5 participants