Document tag
-
Document list tag
Description: Used to get document general list, related document list, document pagination list Usage method: {% archiveList variableName with categoryId="1" order="id desc|views desc" type="page|list" q="search keyword" %} If the variable is defined as archives {% a -
Document detail tag
Description: Used to obtain document detail data Usage method: {% archiveDetail variableName with name="field name" id="1" %} Variable name is not required. If the variable name is set, subsequent calls can be made using the variable name. If the variable name is not set, the result is output directly. Supported parameters of archiveDetail include: Document ID idid is not required. -
Previous document tag
-
Next document tag
-
Related document tags
Description: Retrieve related documents for the current document.The logic of the related documents is: according to the current document's document id, obtain the adjacent documents of the same category.Therefore, this tag can only be used on the document details page. -
Document parameter tags
-
Document parameter filter tags