Dreamweaver tag code What is the Channelartlist tag
Tag name: channelartlist
Function description : Get the content list tags of the subordinate columns of the current channel
Scope of application: global use
Basic syntax:
{dede:channelartlist row=6} <dl> <dt><a href='{dede:field name='typeurl'/}'>{dede:field name='typename'/}</a></dt> <dd> {dede:arclist titlelen='42' row='10'} <ul class='autod'> <li><a href="[field:arcurl /]">[field:title /]</a></li> <li>([field:pubdate function="MyDate('m-d',@me)"/])</li> </ul> {/dede:arclist} </dl> {/dede:channelartlist}
Parameter description:
● typeid = '0' Channel ID, please use "," to separate multiples
● row = '20' Obtained column return value
Other instructions:
Except for macro tags , channelArtlist is the only tag that can directly nest other tags, but it is limited to nesting
{dede:type}{/dede:type} 和 {dede:arclist}{/dede:arclist} 两个标记。
Underlying template variables:
Includes {dede:type}{/dede:type} and { All underlying template variables below dede:arclist}{/dede:arclist}.
Recommended tutorial: dedecms tutorial
The above is the detailed content of What is the Dreamweaver tag code Channelartlist tag?. For more information, please follow other related articles on the PHP Chinese website!