OK, well the widget is doing as it is supposed to, but that doesnt help you as it is defaulted to displaying the items the other way to how you want them to be.
I have a code work around that should sort it. Copy the event-espresso/templates/widget.php to uploads/espresso/templates
On line 47 it says
$order_by = " ORDER BY date(start_date), id ASC ";
change it to
$order_by = " ORDER BY date(start_date) DESC ";
I’ve put a feature request in to add an option to the widget to change the display order.
The support post ‘Upcoming Event Widget’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.