wacreading

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Query upcoming events #1607369
    wacreading
    Participant

    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.

    in reply to: Query upcoming events #1607141
    wacreading
    Participant

    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?

    in reply to: Query upcoming events #1605253
    wacreading
    Participant

    $args = array( ‘post_type’ => ‘tribe_events’,
    ‘post_status’ => ‘publish’,
    ‘orderby’ => ‘post_date’,
    ‘order’ => ‘ASC’
    );
    $events= new WP_Query($args);

    in reply to: Query upcoming events #1605252
    wacreading
    Participant

    I tried editing for formatting a couple times, but… hopefully you can see what I’m saying.

    in reply to: Link directly to next event in a category #1452159
    wacreading
    Participant

    Thanks, Victor. I’ll give this a shot and see what I can come up with!

Viewing 5 posts - 1 through 5 (of 5 total)