其实非常简单,就在代码里面找到where=”($where)“然后改为下面这段代码:
where="($where) and id not in (1,2)"
其中12为文章的ID,
这段代码前后端都可以,前段不必多说,后端按照下面的路径查找:
/app/ahadmin/view/content/list.php
然后找到table=”sd_content left join sd_category on sd_content.classid=sd_category.cateid”
把where=”($where)“ 改为where="($where) and id not in (1,2)"即可。
























