模板标签里面
织梦的这个用迅睿cms怎么写
{dede:channelartlist typeid='5,6,7,8' row='4'}
<div class="school_list {dede:global name=itemindex runphp="yes"}(@me==1)? @me="box_hover":@me="";{/dede:global} clearfix" id="con_cc_{dede:global name=itemindex runphp="yes"}@me=@me+0;{/dede:global}">
{dede:arclist row='6' titlelen='50' orderby ='pubdate'}
<dl class="clearfix">
<dt><a href="[field:arcurl/]"> <img src="[field:litpic function='gcGetRandLitpic(@me)'/]" alt="[field:title/]" width="62" height="62"/></a></dt>
<dd> <a href="[field:arcurl/]">[field:title/]</a>
<p> [field:description function="cn_substr(@me,80)"/]...</p>
<p class="see"><span class="fbtime">[field:rand function="MyDate('Y-m-d',@me)"/]</span><span class="click">浏览:[field:click/]</span></p>
</dd>
</dl>
{/dede:arclist} </div>
{/dede:channelartlist}
用迅睿cms怎么写 实在是写不来 求贴出来 帮助
{dede:channelartlist typeid='5,6,7,8' row='4'}的作用是什么 调用 栏目5,6,7,8
{dede:arclist row='6' titlelen='50' orderby ='pubdate'} 这个作用又是什么 调用 栏目5,6,7,8的文章
{category module=share id=5,6,7,8 return=c} <div class="school_list {dede:global name=itemindex runphp="yes"}(@me==1)? @me="box_hover":@me="";{/dede:global} clearfix" id="con_cc_{dede:global name=itemindex runphp="yes"}@me=@me+0;{/dede:global}"> {module module=$c.mid catid=$c.id num=6} <dl class="clearfix"> <dt><a href="{$t.url}"> <img src="[field:litpic function='gcGetRandLitpic(@me)'/]" alt="[field:title/]" width="62" height="62"/></a></dt> <dd> <a href="{$t.url}">{$t.title}</a> <p> [field:description function="cn_substr(@me,80)"/]...</p> <p class="see"><span class="fbtime">[field:rand function="MyDate('Y-m-d',@me)"/]</span><span class="click">浏览:[field:click/]</span></p> </dd> </dl> {/module} </div> {/category }里面的字段你自己改改了