hi,
i setup a page containing a category filter [events_list category="2"] now i want this to be combined with a filter by $role in dependency of the restriction of tickets by role.
in a way like that:
get events from category 2;
foreach event from the list: if $role = can buy ticket -> show event;
if not -> don’t show event;
go to next event.
as i’m not able to create php code on my own iwould appreciate if there’s anyone who could help.
cheers
http://wordpress.org/plugins/events-manager/