This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Replies: 1 comment
-
Any suggestions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all -
I'm looking for some guidance on creating a traditional numbered pagination component instead of using the "Load More" button that comes with the starter. The URL structure would be something like
category/[category_slug]/page/[number]
. I'm having trouble understanding how to use WPGraphQL's cursor based paging in conjunction withgetStaticProps
andgetStaticPaths
.Any suggestions on a starting point would be much appreciated. Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions