All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Random Sort on exp:low_events:entries

RodrigoPassos 14 Feb 2013 20:05 question, complete

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

  1. RodrigoPassos 14 Feb 2013 20:17

    Ops, found the problem. Should be orderby="random". Thanks anyways!