Other Tags
-
Comment List Label
Description: Used to get the document comment list, comment pagination list Usage method: {% commentList variableName with archiveId="1" type="page|list" %} If the variable is defined as comments {% commentList comments with archiveId="1" type= -
Message Form Label
Instructions: Used to obtain the background settings of the guestbook form usage method: {% guestbook variable name %} such as defining the variable as fields {% guestbook fields %}...{% endguestbook %} This tag does not support parameters.fields is an array object, therefore you need to use a for loop to output item as for loop -
Pagination Label
Instructions: Used to obtain pagination information for article lists, product lists. Usage: {% pagination variable_name with show="5" %} If the variable is defined as pages {% pagination pages with show="5" %}...{% endpagination %} pagination supports one -
Friendship Links Label
Instructions: Used to obtain the friend link list. Usage: {% linkList variableName %} For example, if the variable is defined as friendLinks {% linkList friendLinks %}...{% endlinkList %}linkList does not support parameters, it will retrieve all friend links.friendLinks is an array object -
Message Verification Code Label
Message Verification Code Label -
User Details Tag
Instructions: Used to obtain user details. Usage method: {% userDetail variableName with name="field name" id="1" %} Variable name is not required. If a variable name is set, it can be called later using the variable name. If no variable name is set, the result is output directly.The userDetail supports the parameters: user ID id.The id is required, used to specify which one to retrieve -
User Group Details Tag
Description: Used to obtain user group detail data Usage: {% userGroupDetail variableName with name="field name" id="1" %} Variable name is not required. If variable name is set, subsequent calls can be made through the variable name. If variable name is not set, the result is output directly.The userGroupDetail supports parameters such as user group ID id.i -
Custom Content Tag
Instructions: Used for custom content information in the background Usage method: {% diy variable name with name="field name" %} The variable name is not required. If a variable name is set, it can be called later through the variable name. If no variable name is set, the result is output directly. diy supports parameters such as Site ID siteId siteId Generally, it is not necessary 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 -
Json-LD Custom Call Tag
Json-LD is a data format used to describe web content, using JSON to represent data and using specific syntax to describe web content.The background function enables the structured data feature after which, a tag named -ld will be inserted into the page, the content of which is structured data.If you want to control the content of Json-LD more freely, you can use the tag {% Ld %} ... {% endLd %}.You only need to wrap the content within {...}