让我们一起成长
分享价值,同步成长
{dede:field name=title/}-{dede:field name=position runphp=yes} $tc=-; //分隔符 $tw=$GLOBALS[cfg_list_symbol]; //调用位置分隔符 @me=html2text(@me); //去除html标签 $tf=split($tw,@me); //分解成数组 for($ta=(count($tf)-2);$ta= […]
由于dede默认只生成一个规格大小的缩略图,而往往在一个站不同页面内需要的缩略图大小不一致,比例不一致,这就造成了缩略图不清晰,失真,下面提供的方法就完美解决了这个问题 […]
dede列表调用文章、软件或图集的第一张图片大图原图地址(非缩略图) 步骤:1 修改include/extend.func.php 添加如下代码: //取第一张图地址 function firstimg($str_pic) { $str_sub=substr($str_pic,0,-7 […]
内容页调用SEO标题:在title/title之间加入以下代码: 复制代码{dede:field name=typeid runphp=yes} $id=@me; global $dsql; $sql=select seotitle from arctype where id=$id; $row=$dsql-getOne($sql); @me=$row[seotitle]; {/dede:f […]
[field:array runphp=yes] if (@me[shorttitle]==) @me=@me[title];else @me=@me[shorttitle];[/field:array] […]