EKM Tag: [ekm:show_webpages]
This tag is used to output your webpages on your EKM shop. The tag allows you to output all pages and specific groups of pages. You can add, edit and delete webpages from the "Design" section of your EKM shop.
- Tag Information
- Nesting This Tag
[ekm:show_webpages][/ekm:show_webpages]
[ekm:show_webpages]
orderby='auto';
counterstart='auto';
groups='auto';
counterreset='auto';
output_start='<ul id="extra-page-nav"><li><a href="index.asp" class="normal">Home</a></li>';
output_item='<li><a href="[url]" class="normal">[page_title]</a></li>';
output_item_alternate='';
output_item_current='<li class="selected"><a href="[url]" class="selected">[page_title]</a></li>';
output_item_blank='';
output_end='</ul><!-- #extra-page-menu -->';
[/ekm:show_webpages]
orderby='';
Specify the order you wish the active webpages to be output.
counterstart='';
Specify the number you wish the counter to begin at. This must be an integer value.
counterreset='';
Specify the number you wish the counter to reset to counterstart
groups='';
Specify a comma seperated list of group IDs. These will define which groups the webpages are output from.
output_start='';
Specify any HTML or Text you want to output before the list of webpages outputs. This should be any opening HTML you want to surround the webpages list.
output_item='';
Specify any HTML or Text you want to output with each list item.
Within this attribute there are a number of attribute tags you can use to output various types of information.
output_item_alternate='';
Specify any HTML or Text you want to output with each alternate list item.
Within this attribute there are a number of attribute tags you can use to output various types of information.
output_item_current='';
Specify any HTML or Text you want to output for the page currently being viewed.
Within this attribute there are a number of attribute tags you can use to output various types of information.
output_item_blank='';
Specify any HTML or Text you want to output if there are no pages to output meeting the current criteria.
output_end='';
Specify any HTML or Text you want to output after the list of webpages outputs. This should be any closing HTML you want to surround the webpages list.
The EKM system allows for some tags to be nested within other tags.
When nesting this tag you do not need to make any alterations.
[ekm:if]
iftype='EQUALS';
ifvalue='1';
ifvalue2='1';
ifthen='[ekm:show_webpages][/ekm:show_webpages]';
ifelse='';
[/ekm:if]