织梦列表页首页调用下载地址的方法
织梦列表页首页调用下载地址的方法:直接在include/helpers/extends.helps.php最下面加个函数:if ( ! function_exists('getlink'))
{
function getlink($dedetag){ //获得链接
$tmp = preg_split("/{*}/",$dedetag,-1,PREG_SPLIT_DELIM_CAPTURE);
return substr($tmp-11);
}
}
页面调用:
{dede:arclist orderby='pubdate' orderway="desc" typeid='102,103,104,105' row='6' channelid="3" addfields='softlinks'}
[*,
{/dede:arclist}
页:
[1]