主页 > 建站教程 > 织梦教程 > dedecms织梦首页调用专题内容的三种方法

推荐下载

标签推荐

>> 更多

dedecms织梦首页调用专题内容的三种方法

织梦专题调用代码

给出三种调用方式,可以解决全部页面的调用(首页、一级、二级、单页、内容页均有适合的)

第一: {dede:arclist flag='c' type='spec' titlelen=40 row=10 orderby=pubdate}

第二: {dede:arclist flag='c' channelid='-1' typeid='1,2,3,4,5,200,202' type='spec' titlelen=40 row=10 orderby=pubdate}

第三: {dede:arclist getall='1' flag='c' channelid='-1' typeid='1,2,3,4,5,200,202' type='spec' titlelen=40 orderby=pubdate row=2 limit='0,2'}

织梦调用专题页面 :type='spec'

例子:{dede:arclist typeid='' channelid='-1' type='spec' titlelen='28'}
<a href='[field:arcurl/]'>[field:title/]</a>
{/dede:arclist}