Yes, you can set ordering in settings and also with template tags/shortcodes, which can also show different event scopes. have a look here http://wp-events-plugin.com/documentation/
This is what I am also trying to acheive – future and past on the same page.
I have future working perfectly using the standard, built in EM settings and then adding the following code to the template file:
<?php if (class_exists('EM_Events')) {
echo EM_Events::output( array('limit'=>10,'format'=>'#_{D d M Y} #_NAME #_NOTES etc', 'scope'=>'past', 'orderby'=>'start_date', 'order'=>'DESC') );
}
?>
Future list works fine with the upcoming event (by date) at the top however the past events are reversed with the oldest at the top.
I have tried various combinations:
'order'=>'DESC
'order'=>'ASC
etc
but still the list is displayed the exact same.
@bigbadboy
Are you using the newest version? I thought this was fixed last update. I know there’s an issue with the widgets but not tags. I’ll investigate anyway, this should be fixed within the week.
Possibly not the latest as I made quite a few display changes to the previous (my current) version and haven’t had time to transfer them over.
I’ll install the latest see if it fixes it then make changes if necessary.
that’ll probably fix it then.
this should be fixed in 3.0.8, let us know if not!