Using CMS Load and CMS Nest to show more than 5 categories on each post with 100+ categories available

Problem
Webflow's native pagination is limited to 100 items per page. When we have 100+ categories/tags any item beyond the first page will not be nested correcty.
Solution
This solution aims to solve this by firstly rendering the complete list with CMS Load to ensure all items are available to be fetched correctly by CMS Nest.

Custom code is used to initialize CMS Nest with the Attributes API.

Clone this project to check how it is setup

Get the Cloneable