So I have a custom post type with 3 taxonomies attached to it. I want users to be able to filter custom posts based on their taxonomy choice. So I have 3 taxonomies, charity, type, location and I want to for exmaple domain.com/findby/location/los-angeles or domain.com/findby/charity/red-cross
domain.com/post-type/%postname%/
domain.com/findyby/%taxonomy%/%specific-term%/
I know it's doable, I'm just somewhat clueless as to how!