EKM Tag: [ekm:pagetitle]
This tag is used to output the name of the page you are currently viewing. If you are on the homepage the shop name will display, on category pages the category title will display and on product pages the product name will display.
This tag is typically used within the <title>
tags of your HTML
If the page has meta title's switched on this tag will output the meta title.
- Tag Information
- Nesting This Tag
[ekm:pagetitle][/ekm:pagetitle]
<head>
tag of your template.
<title>[ekm:pagetitle][/ekm:pagetitle]</title>
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]
...
ifvalue='[ekm:pagetitle][/ekm:pagetitle]';
...
[/ekm:if]