I’ve tried this with both #_EVENTFUL_FILTER_CATS & #_FILTER_CATS
My setting have the format as: #_EVENTFUL_FILTER_CATS
You can see the page:
http://www.studio3arts.com/theater/smokey-joes-theater-production/smokey-joes-schedule/
When I clicked Submit to try to filter, I got this error:
Warning: rawurlencode() expects parameter 1 to be string, array given in /home/studio3a/public_html/wp-content/plugins/events-manager-extended/eme_events.php on line 927
$item was an array, so I changed the line to read:
$this_page_url.=$joiner.rawurlencode($key).”=”.rawurlencode($item[0]);
I checked the output of the array and it only had one index, but I’m not sure if this is always the case. I’m still using 3.3.5 on this site. (Haven’t had time to upgrade yet)
/Wendy