Luke

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Community Add template #32850
    Luke
    Participant

    Yep that helps, thanks Jonah. It would be nice if you could choose a template for it too use.

    in reply to: reoccuring events #32849
    Luke
    Participant

    Guys?

    in reply to: reoccuring events #32796
    Luke
    Participant

    I’ve just read this:

    Recurring Events Concerns

    I am wondering if there is an update on when 3.0 is coming out? Cliff is right and the reoccuring events is a major issue for me as well.

    in reply to: Single Venue Template override #32453
    Luke
    Participant

    Thanks Barry.

    I used this inside the main template, works a charm, I was just worried about server load:
    $ptype = get_post_type( $post->ID )
    if( $ptype == “tribe_venue” ) :

    in reply to: Single Venue Template override #32446
    Luke
    Participant

    Barry, that wasn’t really the question. I’ve already done that.
    The single-venue.php template is wrapped in a template choosen via the ui and it is the template for the events. I want venue list to be wrapped in its own template

    in reply to: Add venue class to event post loop #32348
    Luke
    Participant

    Is there anyway I can echo the Venue slug? eg, “this-venue” within the event loop?

    in reply to: Add venue class to event post loop #32318
    Luke
    Participant

    <div class="event-li venue-“>

    in reply to: Add venue class to event post loop #32317
    Luke
    Participant

    Sorry I keep answering my own questions, this is the code I used:
    $venueID = tribe_get_venue_id();
    Then on the div i used:
    <div class="event-li venue-“>
    Is there anyway I can echo the Venue slug? eg, “this-venue”

    in reply to: query event by venue #32316
    Luke
    Participant

    PS if anyone wants the code let me know.

    in reply to: query event by venue #32315
    Luke
    Participant

    All good thanks Barry, I just used the foreach loop from single_venue.php, works a charm, thanks 🙂

    in reply to: query event by venue #32283
    Luke
    Participant

    not sure why non of the code showed up :S

    in reply to: query event by venue #32282
    Luke
    Participant

    Answered me question i did’s 🙂
    For anyone that whats to query events by venue for something custom this is the code i used code from the single_venue.php
    ’15’, ‘eventDisplay’ => ‘upcoming’, ‘posts_per_page’ => -1));
    global $post;
    $first = true;
    ?>
    0 ): ?>

    // the title etc.

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