Title: Event List Syntax
Last modified: August 20, 2016

---

# Event List Syntax

 *  Resolved [Balders](https://wordpress.org/support/users/balders/)
 * (@balders)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/event-list-syntax/)
 * Hi there,
 * I’m using the folloing shortcode to filter by two tags:
    `[events_list tag="tickets"
   tag="hamburg"]...[/events_list]`
 * I would like to filter the list by two tags, means the result should match both
   tags, at the moment it’s one of it. How is the correct syntax for matching two
   tags? Any thoughts?
 * Cheers
 * Clemens
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/event-list-syntax/#post-3273934)
 * you can try something like [events_list tag=”tickets,hamburg”]
 * [http://wp-events-plugin.com/documentation/](http://wp-events-plugin.com/documentation/)
 *  Thread Starter [Balders](https://wordpress.org/support/users/balders/)
 * (@balders)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/event-list-syntax/#post-3273937)
 * I tried that, doesn’t work. The list is empty.
 * Clemens
 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/event-list-syntax/#post-3273940)
 * I tested it again and I was able to replicate it, I’ve let Marcus know about 
   it. should get fixed soon.
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/event-list-syntax/#post-3273965)
 * 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
 *  Thread Starter [Balders](https://wordpress.org/support/users/balders/)
 * (@balders)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/event-list-syntax/#post-3273983)
 * 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
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/event-list-syntax/#post-3273985)
 * 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
 *  Thread Starter [Balders](https://wordpress.org/support/users/balders/)
 * (@balders)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/event-list-syntax/#post-3273996)
 * 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
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/event-list-syntax/#post-3273997)
 * try
 * `[events_list tag="113"]`

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Event List Syntax’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/event-list-syntax/#post-3273997)
 * Status: resolved