• Resolved Van21

    (@van21)


    Hello,
    I am trying to list all events recurrencies in a single event recurrence by putting this code in the Settings > Format > Events single event format:

    {is_recurrence} [events_list recurrence=”#_RECURRENCEID”]{/is_recurrence}

    It seems that the placeholder #_RECURRENCEID is not working. Is there any way to present a list of recurring events in the events page?

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    You can’t wrap a conditional placeholder around a shortcode. If you remove the {is_recurrence} tags does the events list work?

    I *think* I am trying to do the same thing so very interested in a solution. I want to display recurring events as one event. For example, a weekly class that takes place Saturdays between April 15-May 15.

    Any solutions for this?

    Thread Starter Van21

    (@van21)

    @caimin_nwl thanks for your reply!

    Yes it does but it just shows the entire list…
    I would love to list only the recurrencies of that event…
    Is it possible?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    at the moment you can use limit=1 since recurrence attribute will show only events this event recurrences.

    eg. [events_list scope="future" recurrence="14713" limit=1]

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘List recurrencies on events’ is closed to new replies.