<tpl:EntryCategoriesBreadcrumb>

A category can have different sub levels. This breadcrumb tag lists all categories of an entry's category, beginning with the top level, also called Parent, of a category. This template tag isn't displayed if the category you have chosen is a top level category. This tag is used in the template tag <tpl:Entries> and in the file post.html.

Example

The template tag <tpl:EntryCategoriesBreadcrumb> can be used for displaying breadcrumbs, and allows visitors a better understanding of your blog structure.

<tpl:EntryCategoriesBreadcrumb>
  <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> ›
</tpl:EntryCategoriesBreadcrumb>
<a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a>

see also

Wiki powered by Dokuwiki.