Hi,
I tried to achieve following:
Create events which are “WORK” related and “PLAY” related – the “WORK” events have categories “X””Y””Z”. I used the event_type and event_type2 to create “WORK” and “PLAY” events.
Now I need (at least) 5 calenders
all “WORK” events
all “WORK – X” events
all “WORK – Y” events
all “WORK – Z” events
all “PLAY” events
( I called in my setup “WORK” “UNTERNEHMEN” and “PLAY” “STADT”)
But I don`t get it anywhere near working – can you tell me pls how the shortcodes have to look?
Thanks a lot
Feb 23,2017 AT 11:11AM - 5 years ago -
you probably want to put them all in the event type 1 category and not use event type 2 for your needs.
go to events>>>>event type and then you will see your event types
they each have a unique ID number
add this to your short code
event_type=”1,2,3″
change the 1 2 & 3 to the corresponding id number
this will show all 3 categories
if you just want to show 1 category
event_type=”3″
when creating the events you will want to click the event type all work and x,y or Z so in the filter area if they click z- all the z events will appear- if they click all – all events including z will appear