Archive Page Query Loop

Looking for a way to create an archive page where the viewer does not have to click to another page to view the rest of the items. For an example: Say I have 9 items per page, and I want to keep them on the same page. I would like to create a carousel-effect that would load the remaining items by clicking a page 2, 3, ect) all while staying on the the initial archive page. An example of this is here: In the News

If anyone knows if Bricks can currently do this let me know. Perhaps this has been addressed before but I could not find the article? TIA!

You can easily do with is pagination and the AJAX function. You can do it with Accordion (Nested) and pagination; Tabs (Nested) and pagination.

The example you show is just using pagination with AJAX.

1 Like

Thanks so much. I figured it could be easier than I was estimating. I will look further into this.

If you need a tutorial, let me know and I can show you.

You can learn about it here: Query Loop – Bricks Academy

1 Like