We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have to use a hacky method (str_replace()) to customize the WordPress pagination links output.
str_replace()
We need our own that lets us paginate all kinds of archive pages (as well as the favorites page) and uses the markup from Pinecone.
Not applicable.
https://pinecone.platform.coop/components/preview/pagination.html
The text was updated successfully, but these errors were encountered:
feat: custom pagination (resolves #188) (#209)
7e707e4
* feat: add custom pagination
greatislander
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
We have to use a hacky method (
str_replace()
) to customize the WordPress pagination links output.Describe the solution you'd like
We need our own that lets us paginate all kinds of archive pages (as well as the favorites page) and uses the markup from Pinecone.
Describe alternatives you've considered
Not applicable.
Additional context
https://pinecone.platform.coop/components/preview/pagination.html
The text was updated successfully, but these errors were encountered: