breadcrumb
The breadcrumb tag is a single tag which is used to create breadcrumb navigation. It provides either hyperlinked navigation, or plain text positional display, any time you are not on the Home page.
attributes
seperator="»"
title="0" (boolean)
link="1" (boolean)
linkclass="noline"
presentation
label="Site Name"
wraptag="p"
class="unset"
genealogy
Version 4.3.0
Display a hyperlinked breadcrumb trail
<txp:breadcrumb label="Navigation" sep="::" link="1" wraptag="p" />
Provides hyperlinks to sections or categories in a breadcrumb style, linking back to your home page.
Note: Breadcrumbs are not displayed on the “Default” section of your site
Display a text only breadcrumb trail
<txp:breadcrumb label="Navigation" sep=":" link="0" wraptag="p" />
Provides a breadcrumb guide that reflects where a user is within the site’s navigation.