I would to know how to list archive events from most recent to oldest too.
Thanks!
Luke
(@danceyrselfclean_admin)
I too would like to know how to do this.
There is no possibility to change the order yet but it is planned for a future release.
see also
https://wordpress.org/support/topic/reverse-order-for-past-events-only?replies=4
I would also like to do this. Any estimate on how soon this feature will be added?
Thanks so much!
I figured this one out!
Here’s how to do it:
Go to the file ‘event-list/includes/sc_event-list.php’
–change line 266 to:
$sort_array = array( ‘start_date DESC’, ‘time ASC’, ‘end_date ASC’ );
–change line 270 to:
$sort_array = array( ‘start_date DESC’, ‘end_date ASC’, ‘time ASC’ );
This worked for me. I hope it helps someone!
Hi, I just tried that one, MKlein, but the page totally didn’t work–the header/top bar was blank and the entire page was blank too. I opened the file and changed those parameters/lines then uploaded the file back through ftp. Am I doing something wrong? I also tried to deactivate then reactivate the plugin. Please advise. Thanks!
Hi there,
Like your plugin,
is there already an fix/ solution for list archive events from most recent to oldest?
or a work around, love to hear from you,
thx regards jeff
I tried Mklein solution, it worked… I just had different line, mine was in line 160. Make sure to change ASC to DESC don’t copy and paste it like that, that’s maybe what messed up your header bar and so on…
Worked for me as well – didn’t see line numbers so searched for: $sort_array = array
A sorting option is included now in the today released version 0.7.5.
Luke
(@danceyrselfclean_admin)
Great news, this will make everything so much easier.