Other Tags
-
Comment List Tag
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 Tag
Description: Used to obtain the usage method of the guestbook form in the background. Usage: {% guestbook variable_name %} For example, if the variable is defined as fields: {% guestbook fields %}...{% endguestbook %} This tag does not support parameters. -
Page Tag
-
Friendship Link Tag
Description: Used to get the list of friend links Usage: {% linkList variableName %} For example, if the variable is defined as friendLinks {% linkList friendLinks %}...{% endlinkList %} linkList does not support parameters and will retrieve all friend links. -
Message Verification Code Tag
Message Verification Code Tag -
User Details Tag
Description: Used to obtain user detail data Usage: {% userDetail variableName with name="field name" id="1" %} The variable name is not required. After setting the variable name, it can be called through the variable name later. If the variable name is not set, the result is output directly.userDetail supports the following parameters: user ID id. -
User Group Details Tag
Description: Used to obtain user group detail data Usage: {% userGroupDetail variableName with name="field name" id="1" %} The variable name is not required. After setting the variable name, it can be called through the variable name later. If the variable name is not set, the result is output directly.The supported parameters for userGroupDetail are: user group ID id. -
Custom Content Tag
Description: Used for custom content information in the background. Usage: {% diy variable_name with name="field_name" %}, variable_name is not required. After setting the variable name, you can call it through the variable name later. If the variable name is not set, the result is output directly. diy supports parameters such as siteId, 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 for describing web content, using JSON to represent data and a specific syntax to describe web content.The backend feature has enabled the structured data function, and by default, it will insert a tag named -ld into the page, which contains structured data.If you want to have more control over the content of Json-LD, you can use the tag {% Ld %} ...【en】{% endLd %}.