步骤:1
修改include/extend.func.php
添加如下代码:
//取第一张图地址
function firstimg($str_pic)
{
$str_sub=substr($str_pic,0,-7).".jpg";//删除缩略图字符串最后七位,然后再补上后缀.jpg
return $str_sub;
}
DEDE调用大图调用原图
然后在模板里循环调用:
[field:litpic function=firstimg('@me')/]
如要直接调用用:
{dede:field name='litpic' function="firstimg(@me)"/}
文章来源:http://www.renseng.com/learning/dede_diaoyong_datu.html