请问PbootCMS修复文章状态为关闭时tag标签依旧显示问题
- 修改文件:
\apps\home\model\ParserModel.php
- 找到并修改代码: php
$result = parent::table('ay_content a') ->where('a.status=1') // 增加文章状态判断 ->where("c.type=2 AND a.tags<>''") ->where($scode_arr, 'OR') ->join($join) ->order('a.visits DESC') ->column('a.tags'); return $result;
更新时间:2025-04-10 23:48:59
上一篇:请问PbootCMS模板当列表页只有一页的时候不显示分页的小技巧(1)
下一篇:请问pbootcms列表用istop置顶文章不管用的解决办法(1)
转载请注明原文链接:https://www.muzicopy.com/suibi/3668.html