category page tag
-
Category List Label
Description: Used to get the list of articles and product categories. Usage: {% categoryList variableName with type="1|2" parentId="0" %} If the variable is defined as categories {% categoryList categories with type="1" parentId="0" %}. -
Category Details Label
Description: Used to get the article category, product category details Usage: {% categoryDetail variableName with name="field name" id="1" %} Variable name is not required. After setting the variable name, it can be called later through the variable name. If the variable name is not set, the result is output directly. The categoryDetail supports parameters such as: id, id is not -
Single Page List Label
Description: Used to retrieve the list of single pages. Usage: {% pageList variableName %} For example, if the variable is defined as pages {% pageList pages %}...{% endpageList %} The pageList does not support parameters, so this tag will retrieve all pages.If you need to exclude certain pages, you can remove the ones you don't need in the subsequent for loop -
Single Page Details Label
Description: Used to get single page detail data Usage: {% pageDetail variableName with name="fieldName" id="1" %} Variable name is not required. If variable name is set, it can be called later through variable name. If variable name is not set, it will output the result directly. pageDetail supports parameters such as: id, id is not required, the default will get the current single