Hi there !
I am using a directory theme and want to use this widget to filter category taxonomy and location.
But when I apply filters, it leads me to a 404 error.
The main issue is that in the slug of search result, I have post_archive and post_category or location.
If I manually remove the post_archive from the URL, it works !
How can I modify code in the extension for preventing it to use post_archive in the slug ?
I have tried the query_var but that has crashed my website…
Thanks in advance !