Hi
I have events separated by categories (Cities) and I added another sub filtering with a custom taxonomy called “event type” (concert, pub …)
The taxonomy page url is:
/event_type/concert/
while the ‘events by city’ page is:
/events/category/amsterdam/
(where I’m using the default tribe events category).
I need to find a way to set a “friendly url” to a page filtered both by city and event type.
on a default permanent link settings, my url looks like this:
/?tribe_events_cat=amsterdam&event_type=concert
and it works just fine (I customized my calendar).
And finally my question:
How can I get it as a “friendly url”?
my final result should be:
/events/category/amsterdam/event_type/concert/
I know it should be related to the rewrite_rules_array but could not manage to do so.
Thanx in advance.
Any help would be very appreciated! 🙂