打开/include/extend.func.php文件
增加代码
function getbody($id)
{
global $dsql;
$row = $dsql->GetOne("SELECT body FROM addonimages WHERE aid= '$id'");
$res = $row['body'];
return $res;
}
前端调用
{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=https://www.91084.com/"[field:litpic/]" alt="[field:title function='html2text(@me)'/]" /></div>
<div class="ltctct">
[field:id function='getbody(@me)'/]
</div>
<div class="ltctmore"> <a href=https://www.91084.com/"[field:arcurl/]" class="btn">更多详情</a> </div>
</div>
{/dede:arclist}
详解
调用方式:[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。