Specify column label
Scope of application: Can be used anywhere on the site
Label function: used to adjust the navigation menu column list, corresponding to the "Basic Content > Content Column" in the background
1. Designated column list
{pboot:sort scode=*}
<a href= "[sort:link]">[sort:name]</a>
{/pboot:sort}Control parameters:
scode=* Column code, required, used to control output columns, multiple outputs can be output at the same time (V1.1.6+), just use commas to separate them, such as: 1,2,3
scode={sort:pcode} can be used to output information about the parent menu of the current column
scode={sort:scode} can be used to output the information of the current column
scode={sort:tcode} can be used to output information about the top menu of the current column
2. Available list tags
[sort:n] Serial number, starting from 0
[sort:i] Serial number, starting from 1
[sort:pcode] Parent column code
[sort:parentname] Parent column name
[sort:scode] Current column code
[sort:name] column name
[sort:subname] Column subname
[sort:link] Column link
[sort:type] Column type, 1 single page, 2 list
[sort:outlink] Jump link set in the background
[sort:listtpl] list page template
[sort:contenttpl] Details page template
[sort:ico] column thumbnail
[sort:pic] Column picture
[sort:title] Column title (V1.3+)
[sort:keywords] column keywords
[sort:description] column description
[sort:rows] Number of contents under the column (V1.3+)
[sort:toprows] Number of contents under top columns (V1.3+)
[sort:parentrows] The number of contents under the parent column (V1.3+)
[sort:def1] Column description 1 (V3.0.6+)
[sort:def2] Column description 2 (V3.0.6+)
[sort:def3] Column description 3 (V3.0.6+)