Perch Events Calendar Date/Time Sorting

  • We have created a page with the events calendar which outs various events on each day but we would like to sort these by the event time? Is this at all possible because there doesnt seem to be anything out there on how to do this?


    <?php

    perch_events_calendar(array(

    'past-events' => true,

    'calendar-template' => 'events/calendar/calendar.html',

    'event-day-template' => 'events/calendar/event-day-custom.html'

    ));

    ?>

  • craigarrival

    Changed the title of the thread from “Perch Events Calendar Sort” to “Perch Events Calendar Date/Time Sorting”.