Random Sort on exp:low_events:entries
Hi, I have a listing of today's events, using exp:low_events:entries, that gives me about 15 results (all correct). What I want to achieve is a way to limit to 5, use sort="random".
I've tried the obvious, adding limit="5" and sort="random". It didn't work. Then I've tried adding orderby="title" and other fields, but it didn't work either.
Can you help?
Thanks!
Replies
RodrigoPassos 14 Feb 2013 20:17
Ops, found the problem. Should be orderby="random". Thanks anyways!