Pagination on archive not working

Hi there,

I have set up a cornerstone archive for a category “kita-archiv”. When I add a posts element it doesn’t show any posts without setting a looper provider. In the documentation I read that pagination will work only if there is no looper provider. I also tried using a custom post type “KITA” for the archive but same result. Any ideas?

Thanks

1 Like

Hello @ArtOfSpring,

Thanks for writing in!

The Pagination did not work because you have a Looper Provider.
image

Be advised that when creating a custom Archive layout, you do not need a Looper Provider. All you need is the Looper Consumer. To get your issue resolved, just disable the Looper Provider or set it to “Off”

And if you want to see the items, set the preview URL:

Best Regards.

Thanks a lot. One additional question. In the white column I have a list of static links which are tags. The archive layout has conditions to be used on every tag archive in that link list. This part is working but none of the tag archives is showing any posts. Why is that?

Hello @ArtOfSpring,

Both the Post items and the KITA post type share the same categories and tags. It is best that you separate the taxonomies of KITA post type. At the same time, edit the Layout assignment to:

image

Post Type is KITA -> for KITA post type archive OR

KITA Taxonomy -> {custom tag taxonomy}

Kindly let us know how it goes.

1 Like

thanks that did the trick

Glad to hear that, @ArtOfSpring

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.