• i) Is it possible to reverse order the events in Agenda/Posterboard view?
    When I check “past events”, I see the oldest events first. Is there a possibility (a php change) such that I am able to see the most recent event in the past, first?
    (Reverse of what is now – Chronologically)?

    ii) Is it possible to show past events by default in Agenda/Posterboard view when there are no new/upcoming events?

    Thank You.

    https://www.ads-software.com/extend/plugins/all-in-one-event-calendar/

Viewing 1 replies (of 1 total)
  • I haven’t looked too much but I just edited line 656 of class-ai1ec-calendar-helper.php to reverse the date array

    foreach( array_reverse($events) as $event ) {

    I didn’t test much…

Viewing 1 replies (of 1 total)
  • The topic ‘Reverse Ordering (Chronologically) events in Agenda view’ is closed to new replies.