combine list-event shortcodes
-
Hi,
I use shortcodes to display list of event.
I have 4 categories of event (cat1, cat2, cat3, cat4)
I want to display a list with 4 events including the 2nd event of the first cat and the events of the 3 others cats. I want to display that 4 events in chronological DESC order.
For now, i use these 2 shortcodes :
[events_list scope=’future’ limit=1 category=’cat1′ offset=”1″]
[events_list scope=’future’ limit=3 category=’cat2, cat3, cat4′]But the 1st event is always the 2nd event of the cat1 even if it take place after the other events.
Is there a way to combine that 2 shortcodes into 1 in order to solve my problem of chronological order ?
Regards
- The topic ‘combine list-event shortcodes’ is closed to new replies.