Introduced in version 4.0.0, breadcrumb templates replace the anchor templates and the prefix and suffix settings. These templates accept HTML, and the following dynamic tags:
[qrcode content=»Haka-Viva · 25 de Mayo 3434, Santa Fe, Argentina» size=»300″ alt=»ALT_TEXT»]- %title% The title for the breadcrumb, typically the page title/name, tags are stripped and it is run through
esc_attr()
. - %htitle% The title for the breadcrumb, typically the page title/name, tags are left intact.
- %link% The URL to the resource (page) that the breadcrumb represents.
- %type% The breadcrumb type. This is output as a comma delimited list, useful for setting as a group of classes for styling.
- %ftitle% The title of the breadcrumb typically the page title/name, tags are stripped and it is run through
esc_attr()
. This version is never run throughbcn_breadcrumb::title_trim()
. This tag was introduced in version 4.3.0. - %fhtitle% The title for the breadcrumb, typically the page title/name, tags are left intact. This version is never run through
bcn_breadcrumb::title_trim()
. This tag was introduced in version 4.3.0.
Note that additional, custom dynamic tags can be added via the bcn_template_tags filter.