Shortcode – Displaying events for an individual organizer
-
Hi, I have several different organisers – each of whom will have different events. Each organiser has their own page on the website and I would like a square_grid on each organisers page that shows only their activities. eg we have 4 organisers all of whom run meetings. So on each organisers page I want to show just that organisers meetings.
I have used the following codes (in my case 18 is the type id for meetings):
[em_events types = “18” em_events view = “square_grid”] – and that correctly shows meetings in a square_grid.
But, I can’t seem to add code that then allows me to select only the meetings for eg organizer 2, as I don’t know the coding. I have tried em_events organizer = “2” and em_events organizers = “2”, but neither of those work.
- You must be logged in to reply to this topic.