wacreading Profile Topics Started Replies Created Search replies: Forum Replies Created Viewing 5 posts - 1 through 5 (of 5 total) Author Posts August 28, 2018 at 3:44 am in reply to: Query upcoming events #1607369 wacreadingParticipant It turns out the problem was related to the Event – Re-Order menu. I’m not sure if that’s core functionality of Tribe Events, or a third-party plugin. Either way, it was the problem and I got it resolved. Thanks. August 27, 2018 at 5:11 pm in reply to: Query upcoming events #1607141 wacreadingParticipant I’ll try that for our custom slider, but what about on the built in page /events. The events there are no longer listed in chronological order by start date. How do I reset the event order there? August 24, 2018 at 10:21 am in reply to: Query upcoming events #1605253 wacreadingParticipant $args = array( ‘post_type’ => ‘tribe_events’, ‘post_status’ => ‘publish’, ‘orderby’ => ‘post_date’, ‘order’ => ‘ASC’ ); $events= new WP_Query($args); August 24, 2018 at 10:20 am in reply to: Query upcoming events #1605252 wacreadingParticipant I tried editing for formatting a couple times, but… hopefully you can see what I’m saying. February 13, 2018 at 12:06 pm in reply to: Link directly to next event in a category #1452159 wacreadingParticipant Thanks, Victor. I’ll give this a shot and see what I can come up with! Author Posts Viewing 5 posts - 1 through 5 (of 5 total)