EKM Tag: [ekm:page_type]
This tag will output the name for the type of page you are currently on. This is useful for including in classes to define page specific CSS.
- Tag Information
[ekm:page_type][/ekm:page_type]
output_start='';
Specify any text or html to output before the page type.
output_item='[type]';
Specify how you want each page type to be output.
The type attribute can output any of the following names...
main - The homepage
category - A category page
product - A product page
webpage - A shop webpage
cart - The shop's cart page
search - The shop's search results page
general - A system webpage for pages like sitemap, terms and conditions, etc
output_end='';
Specify any text or html to output after the page type.