muban大师 发表于 2018-7-25 11:07:43

织梦dede:channel标签的数字递增调用教程

织梦dede:channel标签的数字递增调用方法
       
        在include/taglib/channel.lib.php 第140行之后加一句
        $linkOkstr = str_replace("~autoindex~",$GLOBALS['autoindex',,$linkOkstr);
       
        下面是例句:
       
           {dede:channel type='top' currentstyle=" " } ,   {/dede:channel}   
        根据以上例句来套用你的标签调用、
页: [1]
查看完整版本: 织梦dede:channel标签的数字递增调用教程