Viewing 2 replies - 16 through 17 (of 17 total)
  • update:
    I get the above error with this loop:

    $events= tribe_get_events(array('eventDisplay'=>'upcoming', 'posts_per_page'=>3) );
    foreach( $events as $event ) : setup_postdata($event);

    however, if i call events like so:

    query_posts('showposts=3&post_type=tribe_events');if(have_posts()) {
                         $x = 1;
                            while (have_posts()) {
                               the_post();

    the tribe_get_start_date() function works correctly.

    Just a heads up that this is confirmed as fixed in 2.0.3, which should be out early next week. Thanks for bearing with us on this everyone, and my continued apologies for the inconvenience you’ve faced in the interim.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘[Plugin: The Events Calendar] tribe_get_start_date() not working after update (2.0.2)’ is closed to new replies.