#Subcategory Plugin# This plugin adds support for subcategories in addition to article categories. Subcategories are hierarchical. Each subcategory has a parent, which is either a regular category or another subcategory. Feeds can be generated for each subcategory, just like categories and tags. ##Usage## Subcategories are an extension to categories. Add subcategories to an article's category metadata using a `/` like this: Category: Regular Category/Sub-Category/Sub-Sub-category Then create a `subcategory.html` template in your theme, similar to the `category.html` or `tag.html` templates. In your templates, `article.category` continues to act the same way. Your subcategories are stored in the `articles.subcategories` list. To create breadcrumb-style navigation you might try something like this: