Let's say I have a site with articles. Each of those articles belong to a category. This is the URL structure I'm trying to accomplish:
/<post-type>/<post-type-category>/<post-name>/
Implemented, it would look something like this:
/articles/cooking/how-to-boil-an-egg/
I would then want an index page for both "articles" (listing all the articles) and "cooking" (listing only the cooking articles).
Does anyone know how to accomplish this?
/<post-type>/<post-type-category>/<post-name>/
Implemented, it would look something like this:
/articles/cooking/how-to-boil-an-egg/
I would then want an index page for both "articles" (listing all the articles) and "cooking" (listing only the cooking articles).
Does anyone know how to accomplish this?