Get past Events with WP_Query

Home Forums Calendar Products Events Calendar PRO Get past Events with WP_Query

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #144245
    unikmedia
    Participant

    Hi, i got this wp_query

    $events = new WP_Query(array(
    ‘post_type’ => ‘tribe_events’,
    ‘posts_per_page’ => ‘-1’,
    ‘orderby’ => ‘menu_order’,
    ‘order’ => ‘ASC’, ));

    But when the events are pasts, they don’t appear in. Why they are not in the query? Is there another way to get them?

    Thank you

    #144839
    Barry
    Member

    Hi – great question!

    It’s probably assuming you want upcoming events – but you can pass an additional eventDisplay argument (set it to past) and you should be able to retrieve the past events from there.

    Does that help?

    #145292
    unikmedia
    Participant

    Thank you! I set it to “all” and it retrieve all my events!

    #145407
    Barry
    Member

    Excellent!

    I’ll go ahead and close this thread – but if you have a moment and wanted to leave a review we’d love to read your thoughts on The Events Calendar so far 🙂

    Thanks again!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Get past Events with WP_Query’ is closed to new replies.