I have pages listing links that go to various category/tag intersections for specific tags.
For example, I have a page titled Colorado, and on that page I list the following links:
http://www.example.com/tag/colorado/
http://www.example.com/category/blue/?tag=colorado
http://www.example.com/category/red/?tag=colorado
http://www.example.com/category/green/?tag=colorado
http://www.example.com/category/purple/?tag=colorado
--------------------
- How can I make the archives of the tag/category intersections have a breadcrumb link back to the page I created for that tag (the page titled Colorado)? And the same for the main archive for the tag?
- Also, how can I have permalinks for these tag/category intersections? Maybe something like this:
http://www.example.com/category/purple/tag/colorado/
I would want both of the following structures to be made into the same permalink:
http://www.example.com/tag/colorado/?cat=purple
http://www.example.com/category/purple/?tag=colorado
Are there plugins that will do all this, or how might I do it myself?