Show only today's events

Home Forums Calendar Products Events Calendar PRO Show only today's events

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #47302
    Cinch
    Participant

    Can anyone direct me on a way to show only today’s events as a list in a widget area?

    Just the first 5 of today’s events, and the start time. (Yes, this site will have that many events…. :))

    Thanks,
    ~ Bryan

    #47346
    Barry
    Member

    If the Events List Advanced Widget doesn’t quite meet your needs (because it can’t be restricted to a single date) you could customize it or even build a completely new widget based upon that one.

    We have a few resources worth looking at for this – check out:

    Our technical documentation
    Our themer’s guide
    Our tutorials (in particular there is a section on widget modifications)

    #48077
    Cinch
    Participant

    Thanks for the reply Barry. Sorry it took so long to reply but I must not have ticked the ‘notify me by email’ option…

    I’ll give this a try and get back with what I found. Ideally I’d like to push this into the template rather than use/create a widget.

    #48120
    Cinch
    Participant

    Just an update for anyone needing to show only today’s events.
    I decided to use `new WP_Query` with these query `$args`:

    `
    ‘tribe_events’,
    ‘showposts’ => 5,
    ‘start_date’ => $current_date,
    ‘end_date’ => $current_date
    ));
    ?>
    `

    #48132
    Barry
    Member

    Excellent, thanks for updating.

    #979051
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Show only today's events’ is closed to new replies.