Paginate taxonomy list #7515
-
I try to do pagination on list of Taxonomies and use tag for this: {{ taxonomy from="categories_test|tags" paginate="true" limit="20" as="term"}}
{{ term }}
<h2>{{ title }}</h2>
{{ entries limit="5"}}
{{ partial:entries/tease }}
{{ /entries }}
{{ /term }}
{{ partial:layouts/pagination }}
{{ /taxonomy }} Unfortunately I get error I will greatly appreciate the help, I can't find anything in Google. Full stack tarce:
|
Beta Was this translation helpful? Give feedback.
Answered by
ryanmitchell
Feb 13, 2023
Replies: 1 comment 1 reply
-
I think thats a bug - I've added a pull request here which should resolve it: #7531 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
weogrim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think thats a bug - I've added a pull request here which should resolve it: #7531