Do you need to recurring lunch event to be mixed in with the other events or can it be listed at the top or bottom of the events list?
well id prefer to have 1 list of events
are u saying its not possible to mix them?
is there an alternative to have 1 list above the other (2 lists) meaning id have to announce the shortcode twice
surely its possible to mix them? :'(
can anyone help or has anyone done this before??
show only the next recurring event, and all the ones after remain hidden??
Without custom coding, you’d need to use two shortcodes – one for the recurring event, one for normal events. Something like this:
[events_list recurrence=123 limit=1]
[events_list]
…where 123 is the event ID of the recurring lunch event.
thats awesome champ it worked well. it led me to use “scope”
now my page looks like this….
[events_list category=”14″ scope=”today”]
[events_list category=”-12,-14, ” limit=25 ]
14 = recurring category
so now its got me thinking id like it to look like this
TODAYS EVENTS…
[events_list category=”14″ scope=”today”]
UPCOMING EVENTS…
[events_list category=”-12,-14, ” limit=25 ]
is there a way i can exclude todays events, but show everything after today???