• I would like to use a shortcode to display upcoming scheduled dates for a single event using the event ID in the shortcode. I can’t find how to do this.

    The upcoming shortcode I’ve tried is outputting all future dates across multiple events.

    
    [my_calendar_upcoming event="10" template="{date}, {time}</li>" list="<li>{date}, {time}" before="0" after="100" show_today="yes" type="event" order="asc"]
    

    Is there an event=”” field that allows you to restrict the Upcoming Shortcode to a particular event?

    Thanks

    • This topic was modified 6 years, 9 months ago by justinternet. Reason: code tags
Viewing 1 replies (of 1 total)
  • Thread Starter justinternet

    (@justinternet)

    I have found the [my_calendar_event event=”” template=”<h3>{title}</h3>{description}” list=”<li>{date}, {time}</li>” before=”<ul>” after=”</ul>”] shortcode that allows you to limit the putput to a particular event, however this shows all events, past present and future and I cannot find a way to limit this to just the future events. I need an amalgamation of the two shortcodes.

Viewing 1 replies (of 1 total)

The topic ‘Upcoming Shortcode limited by event ID’ is closed to new replies.