Create pages with custom query sorts?
I'd like to create pages that display like the category and index pages, but with their own custom query sorts.
For example: example.com/colorado-shoes/
Let's say "shoes" is a Category and "colorado" is a value of the custom field "region" (so "colorado" is a choice in a drop-down custom field menu I include in the post-form).
How do I go about creating a page that displays only posts for shoes in colorado, with the same look/styling of the index and category pages?
Using the
WP custom field search plugin, I can just make a Page within
WP titled Colorado. Then include on that page links to the search result pages of the various colorado/category cross searches. This would work, but wouldn't be so pretty.
Anyone with even some very basic ideas on this would help me greatly. I'll keep reading up on the loop, php, custom templates and such as I'm sure this can be done. I want to find a clean, simple and smart way to do it.