If I set the sort order to newest to oldest, any item published in 2026 will show up last instead of first.
I tried using a Date field and have the same issue. If I change the collection item’s date to Dec 31, 2025 the item will show as the latest but when I change the date to Jan 01, 2026 the item falls all the way to the last page of the list.
When I activate the finsweet attribute by adding fs-list-element=“list” that’s when the sorting gets messed up.
The blog post is “Connect to any system via API…” which shows up on page 7. The other posts that appear after it don’t have a date set so that is expected.
It seems that you are missing the fs-list-fieldtype = "date" attribute in your date elements on your collection list items.
There are also some stray elements inside an embed element, with the previous fs-cmssort-element, fs-cmssort-field, and fs-cmssort-order attributes which I recommend you remove, as v1 and v2 attributes are not supported on the same page.
I see you are using a select field to set the sorting order on page load, another way to sort the list once the items have loaded is to use the following callback:
I made the updates and the 2026 post now shows up on page 3, which is better but still not working correctly. The “Connect to any system via API” post is dated 2026 and should be the first.
I added the link below to show the dates on each post.