Warning: Attempt to read property "license" on null in /www/wwwroot/www.0579zz.cn/wp-content/themes/boke-2/functions.php on line 1 织梦模板channelartlist标签不能获取外部链接的解决办法 – 金华站长网
注:如果你想控制顶级栏目的个数,请更改上面第一行红色的row参数
但这样循环,如果栏目属性是外部链接就不会输出,如果需要显示外部链接,5.7可以找include/taglib/channelartlist.lib.php第67行左右去掉红色代码
$tpsql = ” reid=0 AND ispart<>2 AND ishidden<>1 AND channeltype>0 ";
改成
$tpsql = ” reid=0 AND ishidden<>1 AND channeltype>0 ";