I’d love to see the ability to sort events by start/end date in the ShortCode.
Ex.
[eo_events event_start_after=”today” orderby=”date” order=”ASC”]
or maybe even
[eo_events event_end_before=”today” showpastevents=true orderby=”venue”]

frebro
You can do this already :), I’ve upated the documentation to clarify this….
http://wp-event-organiser.com/documentation/shortcodes/event-list-shortcode/
Ordering by venue isn’t possible unfortunately as WordPress does not support ordering by a taxonomy.

Stephen Harris
Oh, right! Sorry, I should have thought of that. Good that you updated the docs though. Thanks!

frebro
Just to clarify, in case someone else searches the forums for the same issue: I listed all past events with OLDEST LAST using this shortcode.
[eo_events event_end_before=”today” showpastevents=true orderby=”eventstart” order=”DESC”]

frebro