The Blog page uses Finsweet’s CMS Load scripts to enable the “Load More” functions on the collection list.
An fs script is added inside the <head> of the blog page(not on the site setting “custom code” page as that will affect all pages).
Set the sort order of the Blog Collection List to be “Post Date, Newest to oldest”.
Give the “Posts Collection List Wrapper” a custom attribute with the name “fs-cmsload-element” and a value “list”. This will ensure that the load more function is triggered within this collection list”
The native Webflow pagination is used for the load under function. Give the native “Next” button inside the pagination a custom attribute with the name “fs-cmsload-element” and a value “load-under”.
When previewing on Webflow, the pagination will function as a Webflow native feature. The expected “Load under” logic will appear on the published web page.