Is SSG working for you on taxonomy pages? #198
Replies: 1 comment
-
I found out that I needed to disable the taxonomy handling of the ssg package to make it work.
As a replacement, I manually created the pagination pages urls. https://github.com/statamic/ssg/blob/3.x/src/Generator.php#L254C18-L254C19 |
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!
I am successfully using SSG on collection paginations but I struggle to generate taxonomy pages like
/blog/category/foo/page/1
While the pagination is working on the regular site (with ?page=x), all pages of the generated category paginations are clones of the same page.
I am aware of #149 and used the mitigation to fix my non-taxonomy paginations. But here it does not seem to work.
Do you have a working site with taxonomy pagination?
Beta Was this translation helpful? Give feedback.
All reactions