Hi Franky,
I’m a little confused (again) about the order parameter for the [eme_events] shortcode. Re-reading the documentation, this statement should sort all events by Event Name, right?
[eme_events notcategory=3 order=‘event_name ASC']
But what I get is this
“Exploring the science behind the Alexander Technique” (category_id=7, start_date 26/08/22)
“Alexander Technique Principles” (category_id=1, start_date 26/08/22)
“Touching Everywhere from Anywhere: …” (category_id=1, start_date 26/08/22)
“Hypermobility and the Alexander Technique”(category_id=7, start_date 23/08/22)
“Wholeness and Hands On Teaching Skills” (category_id, start_date 23/08/22)
etc.
– seems to be not ordered by anything at all – not by name, but also not by date, not by category, either?
Here’s a live view of the page:
https://now2022.andreasdirscherl.de/events-all/
—–
Another example, with this shortcode (which should be the exact longform from the documentation) I get “No events found”
[eme_events category=4,5,6 order='event_start_date ASC, event_start_time ASC, event_name ASC']
If I change this to [eme_events category=4,5,6 order=ASC]
all is well, and the events are listed in the default order.
What am I missing and/or doing wrong? Is there a problem with the quotes?