Other tags
-
Comment tag list
Description: How to use the comment list and comment paging list used to obtain the document: {% commentList variable name with archiveId="1" type="page|list" %} If you define the variable as comments {% commentList comments with archiveId="1" type= -
Message form tags
Description: How to use the message form used to obtain background settings: {% guestbook Variable name %} If you define the variable as fields {% guestbook fields %}...{% endguestbook %} This tag does not support parameters. fields is an array object, so you need to use a for loop to output item as a for loop -
Pagination Tags
Description: How to use paging information used to obtain article list and product list: {% pagination variable name with show="5" %} If the variable is defined as pages {% pagination pages with show="5" %}...{% endpagination %}pagination Support A -
Friendly link tags
Description: Used to obtain the list of friendly links: {% linkList Variable name %} If the variable is defined as friendLinks {% linkList friendLinks %}...{% endlinkList %}linkList Do not support parameters, all friendly links will be obtained. friendLinks is an array object -
Leave a message verification code using tags
Leave a message verification code using tags -
User Details Tags
Description: Used to obtain user details data usage method: {% userDetail variable name with name="field name" id="1" %} Variable name is not necessary. After setting the variable name, you can call it through the variable name in the future. Without setting the variable name, the result will be output directly. The supported parameters of userDetail are: user ID id. id is required, used to specify which one to get -
User group details tag
Description: Used to obtain user group details data usage method: {% userGroupDetail Variable name with name="field name" id="1" %} Variable name is not necessary. After setting the variable name, you can call it through the variable name in the future. Without setting the variable name, the result will be output directly. The supported parameters of userGroupDetail are: user group ID id. i -
Custom content tags
Description: Used for background custom content information Usage method: {% diy variable name with name="field name" %} . The variable name is not necessary. After setting the variable name, you can call it through the variable name in the future. Without setting the variable name, the result will be output directly. The supported parameters of DIY are siteId siteId. Generally, you do not need to fill in. If you use multi-site management in the background to create multiple sites and want to call data from other sites, you can specify siteId