织梦隐藏栏目下的文章不被首页调用
发布时间:2022-09-17 | 发布者: 东东工作室 | 浏览次数: 次
/include/taglib/arclist.lib.php
找到358行
if($orwhere!='') $orwhere = " WHERE $orwhere ";
替换成 :
if($orwhere!='') $orwhere = " WHERE $orwhere and tp.ishidden != 1 ";
即可解决
找到358行
if($orwhere!='') $orwhere = " WHERE $orwhere ";
替换成 :
if($orwhere!='') $orwhere = " WHERE $orwhere and tp.ishidden != 1 ";
即可解决
转载请标注:东东工作室——织梦隐藏栏目下的文章不被首页调用
下一篇:没有了
推荐文章
相关文章