you can try something like [events_list tag=”tickets,hamburg”]
http://wp-events-plugin.com/documentation/
I tried that, doesn’t work. The list is empty.
Clemens
I tested it again and I was able to replicate it, I’ve let Marcus know about it. should get fixed soon.
at the moment, if you want to search for multiple tags, you need to do it by tag id, e.g. 1,2,3,etc.
to get the tag id, visit your tags admin page, click on the tag and the url would have it e.g.
tag_ID=x
Hi Marcus,
Sorry but that doesn’t work either. It doesn’t recognise the tag_ID at all. I’m still on 5.3. Did you change something in the meantime?
Cheers
Clemens
if a single tag id isn’t working then chances are you’re doing something wrong here, because e.g. [events_list tag=”x”] does work if using a single ID
Hi Marcus,
single tag is working, no problem. But single tag_ID isn’t working. The shortcode works everywhere on my site. But I need a filter with two tags, like town and tickets, because I’ve got events where I don’t sell tickets.
Here is the code
[events_list tag_ID="113"] (doesn’t work)
But two single tags don’t work either:
[events_list tag="tickets" tag="hamburg"]
Any thoughts
Cheers