Load More pagination #887
Answered
by
blakewilson
treithamer
asked this question in
Q&A
-
Any example on Load More pagination? for: |
Beta Was this translation helpful? Give feedback.
Answered by
blakewilson
Jun 2, 2022
Replies: 1 comment
-
@treithamer We have an example of pagination in our Portfolio Blueprint example: https://github.com/wpengine/atlas-blueprint-portfolio/blob/main/src/pages/posts/index.js#L43 We ended up creating a hook called |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
josephfusco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@treithamer We have an example of pagination in our Portfolio Blueprint example:
https://github.com/wpengine/atlas-blueprint-portfolio/blob/main/src/pages/posts/index.js#L43
We ended up creating a hook called
useNodePagination
for pagination of all the different post types:https://github.com/wpengine/atlas-blueprint-portfolio/blob/d31539deeec4f07938d8b903106747921020d11e/src/hooks/useNodePagination.js#L14