admin 管理员组

文章数量: 1087582

dedecms首页dede:arclist的应用

dedecms首页dede:arclist的应用,通过dede:arclist调用文章标题、描述、栏目名等,代码如下:

<div class="div">
{dede:arclist row='4' orderby='pubdate' orderway='desc'  typeid='10,11' }<img class="round_image" src='[field:litpic/]' width="212" height="146" /><!--文章缩略图--><h4>[field:title/]</h4> <!--文章标题--><p><a href="/[field:typeurl/]" target="_blank">[field:typename/]</a>: [field:pubdate function=strftime('%Y-%m-%d',@me)/]</p><!--<栏目链接,文章所属栏目名称, 文章发布时间--><p>[field:description function='cn_substr(@me,200)'/]...</p><!--文章概述--><a class="button2 button_arrow_right" href="[field:arcurl/]" target="_blank">阅读详情</a></div>
{/dede:arclist}

通过上面的代码即可实现在首页通过dede:arclist调用文章标题、所属栏目及链接、文章发布时间、文章概述等内容。转载请注明:板材资讯

本文标签: dedecms首页dedearclist的应用