dedecms如何调⽤多个不同栏⽬的⽂章_易优CMS:
channelartlist获取当前。。。
channelartlist 获取当前频道的下级栏⽬的内容列表
[基础⽤法]
名称:channelartlist
功能:获取当前频道的下级栏⽬的内容列表标签
语法:
{eyou:channelartlist typeid='栏⽬ID' type='son' row='20'}
{eyou:field name='typename' /}
{eyou:arclist limit='0,10' titlelen='30'}
{$field.title}
{/eyou:arclist}
{/eyou:channelartlist}
参数:
typeid='' 栏⽬ID,多个请⽤","分开
row='100' 调⽤栏⽬数
titlelen='30' 栏⽬名称长度
type='son' 表⽰下级栏⽬
type='self' 表⽰同级栏⽬
type='top' 表⽰顶级栏⽬
type='sonself' 表⽰当前下级栏⽬以及同级栏⽬
mod='' 每隔N⾏输出的内容
empty='' 没有数据时显⽰的⽂案
底层字段:
请查阅易优Cms官⽅提供的数据字典,到表名 ey_arctype
-------------------------------效果展⽰--------------------------------
1,调⽤指定栏⽬ID,(栏⽬名称链接,⼦栏⽬名称链接,栏⽬内⽂章)模板调⽤代码
{eyou:channelartlist typeid='2'}
{eyou:field name='typename' /}
{eyou:channel row="6" type ='son'}
{$pename} {/eyou:channel}
查看更多分类
{eyou:arclist row='6' titlelen='30'}
{$field.title}
{/eyou:arclist}
{/eyou:channelartlist}
⽹站前端显⽰效果(css样式请⾃⾏填充)
【更多⽰例】
-------------------------------⽰例1--------------------------------
描述:输出顶级栏⽬列表
{eyou:channelartlist type='top' row='10'}
{eyou:field name='typename' /}
{/eyou:channelartlist}
-------------------------------⽰例2--------------------------------
描述:输出指定栏⽬下的内容列表(channelartlist标签⾥嵌套arclist标签)
{eyou:channelartlist typeid='10,11,12' row="10"}
{eyou:arclist row='10' titlelen='30' infolen='160'}
{$field.title}
{/eyou:arclist}
{/eyou:channelartlist}
-------------------------------⽰例3--------------------------------
描述:输出指定栏⽬下的下级栏⽬的内容列表(channelartlist标签⾥嵌套arclist标签) {eyou:channelartlist typeid='栏⽬ID' type='son' row="10"}
{eyou:arclist row='10' titlelen='30' infolen='160'}
织梦cms收费7800{$field.title}
{/eyou:arclist}
{/eyou:channelartlist}
-------------------------------⽰例4--------------------------------
描述:输出指定栏⽬下的下级栏⽬列表(channelartlist标签⾥嵌套channel标签) {eyou:channelartlist typeid='栏⽬ID' type='son' row='10'}
{eyou:channel type='son' row='10' currentstyle='active'}
{$pename}
{/eyou:channel}
{/eyou:channelartlist}
-------------------------------⽰例5--------------------------------
描述:输出指定栏⽬下的下级栏⽬列表(channelartlist标签⾥嵌套type标签) {eyou:channelartlist typeid='栏⽬ID' type='son' row='10'} {eyou:type type='self'}
{$pename}
{/eyou:type}
{/eyou:channelartlist}
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论