I have the following url query that is adding the parameter texas and the county harris to the permalink for a query. These are part of a custom taxonomy called geography.
xyz.com/dealers/honda/?geography=texas&geography=harris
How do I rewrite this url in wordpress to be:
xyz.com/dealers/honda/texas/harris/
Thank you!