Order of events with same start date / time
Hi there!
I was wondering how events with the same start time are ordered. For me showing the event with the earliest end time would be logical and then the events with the later end times. However, Low Events seems to order them inconsistently.
How can one control this?
Thanks!
Replies
Low 1 Jul 2014 09:31
There currently isn't a proper way to control this. I can make a note of it, so it orders by end date after the start date.
In the meantime, you can try using orderby="low_events_field".
romadev 2 Jul 2014 08:14
Ok, thanks! It seems to work with the orderby! But then the order seems random for the events with the same start and end times. Alphabetical order of the titles would be nice for those. But that would be pure luxury, so thanks!
Low 2 Jul 2014 08:15
Or try orderby="low_events_field|title"?
romadev 8 Jul 2014 15:55
Sorry, your mails were in my spam folder!
with: orderby="low_events_field|title" sort="asc|asc"
... everything works fine! Never tried orderby with the pipe character, stupid me.
Thanks!