|
article.categories
|
Previous Top Next |
| {{loop article.categories}}
|
| (body of loop goes here)
|
| {{/loop}}
|
|
|
| · | label
|
| The label of the category for the current iteration. The label of a category is the name that is displayed to the blog reader.
|
|
|
| · | url
|
| The URL of the page for the category for the current iteration.
|
| <h3>This article was posted under the following categories:</h3>
|
| <ul>
|
| {{loop article.categories}}
|
| <li><a href="{{url}}">{{label}}</a></li>
|
| {{/loop}}
|
| </ul>
|
| This article was posted under the following categories:
|
| · | Archery
|
| · | Books
|
| · | Gardening
|
| · | label
|
| The label of the category for the current iteration. The label of a category is the name that is displayed to the blog reader.
|
|
|
| · | url
|
| The URL of the page for the category for the current iteration.
|
| {{loop article.categories}}
|
| <li>
|
| <a href="{{url}}">{{label}}</a> (
|
| {{loop breadcrumb}}
|
| <a href="{{url}}">{{label}}</a>
|
| {{unless __Last__}}
|
| >>
|
| {{/unless}}
|
| {{/loop}}
|
| )
|
| </li>
|
| {{/loop}}
|
| · | The category Archery is a subcategory of Sports, which is a subcategory of Hobbies, which is a subcategory of Main Page.
|
| · | The category Books is a subcategory of Main Page.
|
| · | The category Gardening is a subcaetgory of Hobbies, which is a subcategory of Main Page.
|
| This article was posted under the following categories:
|
| · | Archery ( Main Page >> Hobbies >> Sports >> Archery )
|
| · | Books ( Main Page >> Books )
|
| · | Gardening ( Main Page >> Hobbies >> Gardening )
|