If I filter a collection, does Random sorting still supposed to work?

I have a collection with multiple items in it. What I want to do is filter this list to just show 1 item at a time, but when a user visits the page it would randomly pick which one to show.

I thought that by filtering the collection list to start at 1, and limit to 1, while also sorting being set to Random would solve it but that doesn’t seem to be working.

Should that be working? @PixelGeek @Waldo


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Great question @Mat!

The random sorting feature only refreshes every 12 hours.

Here’s a little workaround which you may find helpful if you need a different list item to show upon page refresh: [CMS] Random sorting - #12 by Waldo

This is perfect! Thank you Waldo!!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.