织梦dedecms列表页首页调用下载地址的办法总结
直接在include/helpers/extends.helps.php 最下面加个函数:
if ( ! function_exists(‘getlink’))
{
function getlink($dedetag){ //获得链接
$tmp = preg_split(“/{*}/”,$dedetag,-1,PREG_SPLIT_DELIM_CAPTURE);
return substr($tmp[1],0,-11);
}
}
页面调用:
{dede:arclist orderby=’pubdate’ orderway=”desc” typeid=’102,103,104,105′ row=’6′ channelid=”3″ addfields=’softlinks’}
{/dede:arclist}
☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » 织梦dedecms列表页首页调用下载地址的办法总结
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » 织梦dedecms列表页首页调用下载地址的办法总结