From 84b1962afc81917302e0e6dd7d0f3300d864a14b Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 2 Feb 2014 17:56:08 -0800 Subject: [PATCH] More fixes for Subcategory plugin README --- subcategory/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subcategory/README.md b/subcategory/README.md index 074b374..21c610f 100644 --- a/subcategory/README.md +++ b/subcategory/README.md @@ -1,11 +1,11 @@ #Subcategory Plugin# -Adds support for subcategories in addition to article categories. +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. +Feeds can be generated for each subcategory, just like categories and tags. ##Usage## @@ -17,14 +17,14 @@ category metadata using a `/` like this: 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 +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: