Eventbrite to show the sooner events first
-
I need to show the soonest event first, currently, its showing up the later events first,
Ex: I have events on Oct 15, Oct 3, Sept 25, Sept 20, Sept 18 Events are showing from Oct 5 to Sept 18. I just need to show from Sept 18 to Oct 15.
Am using the following query,
$events = new Eventbrite_Query( apply_filters( 'eventbrite_query_args', array('display_private' => false,'syncevents'=>$syncevents ) ) );
- The topic ‘Eventbrite to show the sooner events first’ is closed to new replies.