Home >Web Front-end >HTML Tutorial >The list page calls the sub-category Dreamweaver tag_html/css_WEB-ITnose of the current column
The list page calls the sub-category Dreamweaver tag of the current column:
{dede:channel type='son' row='10' currentstyle="
is simplified to --->>>
{dede:channel type='son' row='10'}
Analysis:
Tag name: channel
Tag introduction: Dreamweaver commonly used tags, usually used at the top of the website to obtain site column information, to facilitate website members to browse the entire site information by category
Function description: Used to get the column list
Scope of application: Global use
Basic syntax:
{dede:channel type='top' row='8' currentstyle="
{/dede:channel}
Parameter description:
typeid = '0' Column ID
reid = '0' Superior column ID
row = '100' Number of calling columns
col = '1' How many columns to display ( Default is single column)
type = 'son | sun' son represents lower-level columns, self represents same-level columns, top top-level column
currentstyle = '' Apply style
Underlying template fields:
ID (same as id), typeid, typelink, typename, typeurl, typedir (only the URL of the column)
Example :
{dede:channel type='top'}
{/dede:channel}
Note: When typeid is not specified, the type tag is related to the environment of the template. For example, if the template is generated to column one, then type='son' will Indicates all subcategories of column one