Query upcoming events

Home Forums Calendar Products Events Calendar PRO Query upcoming events

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11214
    Trefor
    Member

    Hi I’m trying to write a query to list the upcoming events.
    I’ve looked throughout the forums and there doesn’t appear to be anything there.

    I tried the following:

    $loop = new WP_Query( array( ‘post_type’ => ‘tribe-events’) ); ?>
    have_posts() ) : $loop->the_post(); ?>

    But this just listed all the posts on the site. Can anyone help?

    #11218
    Rob
    Member

    Hey Trefor. Sorry to hear you’re having issues; first, have you checked out the documentation page (https://theeventscalendar.com/support/documentation/)? It was updated recently and has some information that may help you. Let me know if that doesn’t do the trick.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Query upcoming events’ is closed to new replies.