Chapter Subcategory
MTEntriesWithSubCategories
A specialized version of MTEntries that is aware of subcategories. The difference between the two tags is the behavior of the category attribute.
Attributes:
category- The value of this attribute is a category label. This will include any entries to that category and any of its subcategories.Since it is possible for two categories to have the same label, you can specify one particular category by including its ancestors, separated by slashes. For instance if you have a category "Flies" and within it a subcategory labeled "Fruit", you can ask for that category with
category="Flies/Fruit". This would distinguish it from a category labeled "Fruit" within another called "Food Groups", for example, which could be identified usingcategory="Food Groups/Fruit".If any category in the ancestor chain has a slash in its label, the label must be quoted using square brackets:
category="Beverages/[Coffee/Tea]"identifies a category labeledCoffee/Teawithin a category labeledBeverages.
You can also use any of the other attributes available to MTEntries; and they should behave just as they do with the original tag.


