• Resolved bsteinlo

    (@bsteinlo)


    I currently have events from 2014, 2015 and 2016 and the bar at the top reads:
    All | Upcoming| 2016| 2015| 2014

    I was wondering if was possible to reverse the order of the years so it is formatted as such:
    2014| 2015 | 2016

    Is there an array_reverse function that I can run?

    Thanks!

    https://wordpress.org/plugins/event-list/

Viewing 1 replies (of 1 total)
  • Plugin Author mibuthu

    (@mibuthu)

    There is no option for this now, but I will add it in the next version.

    If you want to change it already now you can change line 111 in plugin-dir/includes/filterbar.php to:

    for($year=$first_year; $year<=$last_year; $year++) {

Viewing 1 replies (of 1 total)
  • The topic ‘reverse year order’ is closed to new replies.