• Resolved jmwest

    (@jmwest)


    So, I know I can do something like this to show events in Australia:
    [events_list limit=”50″ country=”Australia”]

    I’d like to show events in Australia and New Zealand. Is there a way I can put in 2 country parameters in the shortcode?

    I tried adding “New Zealand” after a comma and tried to put the whole thing in parentheses with an “or”.

    If I can’t do it in the shortcode, can you point me to any helpful resources on how to implement this on a page?

    Thanks!

    https://wordpress.org/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • Hi,

    You need to use country codes, rather than the full names. This should work:

    [events_list limit="50" country="AU,NZ"]

Viewing 1 replies (of 1 total)

The topic ‘Multiple values for filtering parameters in shortcode?’ is closed to new replies.