Last, current and next event
-
Hello,
I need to display the previous, current and last event in my homepage.
I used shortcodes like this one, here to show the last one.
[events_list scope=”past” orderby=”event_end_date” order=”DESC” limit=1]
But it only displays yesterday’s event.I guess it is because the precision of event_end_date is daily.
I tried event_end_time ans event_end_hour but it failed.
My events planning is full (it is a radio), so to get the current event, I only have to get the previous event start or the next event end.But I never get the right event.
Is there a way to write a shortcode displaying the next event starting at 18pm for example, or is it only on days ?Thanks,
Hugo
The topic ‘Last, current and next event’ is closed to new replies.