|
blog.sub_categories
|
Previous Top Next |
| {{loop blog.sub_categories}}
|
| (body of loop goes here)
|
| {{/loop}}
|
|
|
| · | label
|
| The label of the subcategory for the current iteration. The label of a subcategory is the name that is displayed to the blog reader.
|
|
|
| · | path
|
| The path for the subcategory for the current iteration.
|
|
|
| · | url
|
| The URL of the page for the subcategory for the current iteration.
|
| {{if blog.sub_categories}}
|
| <h3>This category has the following subcategories:</h3>
|
| <ul>
|
| {{loop blog.sub_categories}}
|
| <li><a href="{{url}}">{{label}}</a></li>
|
| {{/loop}}
|
| </ul>
|
| {{/if}}
|
| This article was posted under the following categories:
|
| · | Archery
|
| · | Books
|
| · | Gardening
|