I have a CMS listing with load more that gets a static item injected into its listing, this item spans across 4 dynamic items
Now when I set its pagination limit to 8 items it counts the static item aswell, making it in effect only showing 7 dynamic items, but then I set it to 9, then when I press next it will add an additional 9 to the llist… instead of the 8 that I would want it to add.
Is there a secret attribute that I can add to prevent the static item from being counted?