dede调用第一张大图,非缩略图
1、找到include/extend.func.php加入现在函数
function firstimg($str_pic) { $str_sub=substr($str_pic,0,-7).".jpg";//删除缩略图字符串最后七位,然后再补上后缀.jpg return $str_sub; }
然后在模板里循环调用:
[field:litpic function=firstimg('@me')/] //常用于首页的flash
直接调用:
{dede:field name='litpic' function="firstimg(@me)"/} //未测试
posted on 2013-08-08 08:28 unifyyeteng 阅读(312) 评论(0) 编辑 收藏 举报