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?
Thread Starter
Van21
(@van21)
Thanks!
I solved by using two different solutions in the same page.
Here is the code I used to show just the not reccurring events of the category:
[events_list limit=100 pagination=0 category=163 hide_recurring=1][/events_list]
Followed by the code to show just the recurring events:
[events_list limit=100 pagination=0 category=163 recurring=1 scope=all mode=yearly][/events_list]
To make the shortcode “hide_recurring” works you have to add this code to your theme functions.php http://pastebin.com/yy8JApW7.
Hope it helps others 😉