EKM Tag: [ekm:location]
This tag is used to output a breadcrumb trail navigation for the current location on your website. This allows visitors to easily jump back to previous categories or the home page.
- Tag Information
- Nesting This Tag
[ekm:location]
output_start='<div class="ekmps-location">';
output_item='<a href="[url]" data-is-current="[is_current]">[name]</a>'';
output_separator='<';
output_end='</div>';
[/ekm:location]
output_start='<div>';
Specify any HTML to be output before the location contents.
output_item='<a href="[url]" data-is-current="[is_current]">[name]</a>';
Specify how each item in the breadcrumb should be displayed.
output_separator='<';
Specify how each item in the breadcrumb should be separated.
output_end='</div>';
Specify any HTML to be output after the location contents.
The EKM system allows for some tags to be nested within other tags.
When nesting this tag you do not need to make any changes to it. It can be inserted into other tags like below.
[ekm:if]
iftype='EQUALS';
ifvalue='1';
ifvalue2='1';
ifthen='[ekm:location][/ekm:location]';
ifelse='';
[/ekm:if]