Viewing 1 replies (of 1 total)
  • Hi,

    The easiest way is probably to use the event_list shortcode to do it – something like this:

    [events_list limit=1] #_EVENTDATES [/events_list]

    To use a shortcode within PHP you need to include it like this:

    do_shortcode("[events_list limit=1] #_EVENTDATES [/events_list]");

Viewing 1 replies (of 1 total)
  • The topic ‘Get Eventdate of next event’ is closed to new replies.