unaoc

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Changing the label of ‘date’ in single event view #78174
    unaoc
    Participant

    Yup, that was just what I needed. All I had to do extra was plug ‘Date:’ and ‘Deadline:’ into the code, and put the add_filter() call inside of a conditional statement.
    Thanks for your help, Julie!

    in reply to: Filtering to a date range using tribe_get_events() #32098
    unaoc
    Participant

    Aha! As per the example in the documentation, I was omitting the eventDisplay paramater, but it seems that when that paramater is omitted it defaults to ‘upcoming’ and ignores ‘start_date’ and ‘end_date’. When I add ‘eventDisplay’=>’all’, everything works as expected.
    Thanks!

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