Bug: Venues Upcoming Event list shows past events

Home Forums Calendar Products Events Calendar PRO Bug: Venues Upcoming Event list shows past events

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13815
    Mike
    Participant

    Another bug in ‘single-venue.php’.
    The out of the box code for showing upcoming events at a venue, shows ALL events, not just upcoming.

    Was:

    $venueEvents = tribe_get_events(array('venue'=>get_the_ID());

    Should be:

    $venueEvents = tribe_get_events(array('venue'=>get_the_ID(), 'eventDisplay'=>'upcoming'));

    Also, how do I stop the “post footer” information showing up at the bottom of the venue events list?

    ie: the about this author, related posts etc. It doesn’t show up in the normal /calendar/upcoming view – just in this single-venue view.

    #13862
    Rob
    Member

    Thanks Mike – this is a known one that we’ve got on the radar to be fixed in 2.1. Thanks for pointing it out.

    The second point, re: the post footer…I’m not able to recreate this on my default 2011 theme, unless I’m misunderstanding the request here. Can you show a link to where this is happening on your site?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Bug: Venues Upcoming Event list shows past events’ is closed to new replies.