Home > php教程 > php手册 > body text

dedecms中的channelarlist标签 - 泪、殇

WBOY
Release: 2016-05-20 11:54:52
Original
1699 people have browsed it

功能说明:获取当前频道的下级栏目的内容列表标签 适用范围:全局使用 

方法/步骤

  1. 获取所有顶级分类

    {dede:channelartlist }

    {dede:field name='typename'/}更多...

    {/dede:channelartlist}获取指定栏目下的所有子分类

     

  2. typid="栏目id",当设置了typid的值,channelartlist标签将获取栏目id等于此值的所有子类。无此值时,channelartlist获取所有顶级栏目。

    {dede:channelartlist typeid="1"}

    {dede:field name='typename'/}更多...

    {/dede:channelartlist}

    比如,我们要获取栏目id为1的所有子类 ,

     

  3.  获取顶级栏目及其子分类(不包含子类下的下一级分类)

    {dede:channelartlist}

    {dede:field name='typename'/}更多...

    {dede:channel row="10"  }

    [field:typename/]

    {/dede:channel}

    {/dede:channelartlist}

     

  4. 获取指定栏目的子分类及其子分类

    {dede:channelartlist typeid="1"}

    {dede:field name='typename'/}更多...

    {dede:channel row="10" type="son" onself='yes'}

    [field:typename/]

    {/dede:channel}

    {/dede:channelartlist}

     

  5. 获取指定栏目下的子分类和子类的文档

    {dede:channelartlist typeid="1"}

    {dede:field name='typename'/}更多...

      {dede:arclist titlelen='60' row='8'}

    • [field:pubdate function="MyDate('m-d',@me)"/][field:title /]
    • {/dede:arclist}

    {/dede:channelartlist}

 


 

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template