1、我们需要修改include/extend.func.php文件
增加如下代码:
2、前台调代码:
{dede:arclist typeid='6' row='5' type='image.' imgwidth='376' imgheight='376' limit='0,5' orderby='sortrank'} <div class="goods_ltcontent [field:global name=autoindex runphp='yes'](@me>1)? @me='sk_hide':@me='';[/field:global]" id="goods_[field:global name=autoindex runphp='yes']@me=@me;[/field:global]"> <div class="ltctimg"><img src=http://www.dede58.com/"[field:litpic/]" alt="[field:title function='html2text(@me)'/]" /></div> <div class="ltctct"> [field:id function='getbody(@me)'/] </div> <div class="ltctmore"> <a href=http://www.dede58.com/"[field:arcurl/]" class="btn">更多详情</a> </div> </div> {/dede:arclist}
PS:
调用方式:[field:id function='getbody(@me)'/]
typeid='6' 调用ID为6的栏目。
row='5' 调用5条信息。
limit='1,5' 从1之后调用5条信息。
orderby='sortrank' 按照sortrank进行排序。
imgwidth='376' 图片宽度为376。
imgheight='376' 图片高度为376。