I have 2 Views that each need to be filtered on 1 out of 2 taxonomies. One view lists the schools of 1 particular type. The other view lists the school in 1 particular area.
I struggled a bit with the filters, but now I can't seem to delete them to start over.
The "School Type" View seems to work, although the "locations" bit in the Query is obsolete but I can't delete it.
Select posts with taxonomy:
Locaties the same as the current post in the loop
AND
Types scholen the same as the current archive page
The "Locations" View does not work as it is currently set to:
Select posts with taxonomy:
Filter based on the frontend search filter by Locaties.
And I need that to be "Locatie scholen the same as the current archive page"
I was able to remove the filters without any issues at all. The simplest way to do this is to remove the actual frontend filters and then save the view.
Once you've done this you will then be prompted about the "Search and Pagination " editor to delete the query filters and they can be deleted from here.
The "Locatie" View is now ok, I only have "Select posts with taxonomy: Locaties the same as the current archive page"
Luckily I was able to copy/paste the filter from the "Types" View as you deleted my code but did not paste it back.
However, when I delete the Search and Pagination code (I guess that's what you mean by "actual frontend filters") in the Types View and hit save, when I refresh the page, the filters are still there and there is no prompt by the Search and Pagination editor.