How to list all items in custom taxonomy with a permanlink in Wordpress

Posted by Constant M on Stack Overflow See other posts from Stack Overflow or by Constant M
Published on 2011-01-09T23:47:57Z Indexed on 2011/01/09 23:53 UTC
Read the original article Hit count: 190

Hi,

Not sure how to word this. I've set up a type in Wordpress called Products. I also have two taxonomies linked to Products called Brands and Categories. When you create a product you can set to which Brand and Category the product belong to. It works perfectly when using the type as permalink to list everything within a type

http://sitename.com/products

but I can't seem to get the taxonomies working in the same way, ie. list all the items within a taxonomy (like an archive, I suppose):

http://sitename.com/brands

http://sitename.com/categories

Is this possible, and if so, what could I possibly be doing wrong? I would try and set up some rewrite rules in functions.php, but I don't know what the query string looks like if you want to list items in a taxonomy, and if this is even possible. If it helps, I'm using the plugins More Types and Ultimate Taxonomy Manager to create the types and taxonomies.

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about taxonomy