muban大师 发表于 2018-5-26 09:38:48

织梦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-11);
             
          }
       
        }
       
       
        页面调用:
       
        {dede:arclist orderby='pubdate' orderway="desc" typeid='102,103,104,105' row='6' channelid="3" addfields='softlinks'}
        [*,
        {/dede:arclist}
页: [1]
查看完整版本: 织梦dedecms列表页首页调用下载地址的办法总结