Home > CMS Tutorial > DEDECMS > body text

What is the Dreamweaver tag code Channelartlist tag?

angryTom
Release: 2019-11-09 16:18:09
Original
1895 people have browsed it

What is the Dreamweaver tag code Channelartlist tag?

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=&#39;{dede:field name=&#39;typeurl&#39;/}&#39;>{dede:field name=&#39;typename&#39;/}</a></dt>
 <dd>
 {dede:arclist titlelen=&#39;42&#39; row=&#39;10&#39;}    <ul class=&#39;autod&#39;> 
     <li><a href="[field:arcurl /]">[field:title /]</a></li>
      <li>([field:pubdate function="MyDate(&#39;m-d&#39;,@me)"/])</li>
    </ul>
{/dede:arclist}
</dl>
{/dede:channelartlist}
Copy after login

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} 两个标记。
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template