Reputation: 5568
I'm trying to create a page that filters something by multiple taxonomies at once—so, for example:
http://blog.com/category/news/tag/politics
to get a page of news posts about politics.
Is this even possible? (I'm not wedded to any particular URL structure)
Upvotes: 1
Views: 2467
Reputation: 10487
Version 3.1 of Wordpress introduced advanced taxonomy queries which look to do exactly what you're after.
Learn more about them here:
http://ottopress.com/2010/wordpress-3-1-advanced-taxonomy-queries/
Upvotes: 2