帝国CMS如何屏蔽不调用指定栏目的文章

帝国CMS不调用指定栏目的信息不调用屏蔽指定栏目内的信息不调用出来
 
方法一:
 
[e:loop={"select * from phome_ecms_news where title like '%中国%' and classid<>82 and checked=1 order by newstime desc limit 30",30,24,0}] <li><a href=https://www.isolves.com/it/cxkf/ky/dg/2019-04-02/"" target="_blank"> [/e:loop] 【帝国CMS如何屏蔽不调用指定栏目的文章】 
 
 
上面语句的意思为调用网站中包含“中国”2个字的信息,其中classid<>82 意思为不调用栏目ID为82内的文章 。如果要屏蔽多个栏目可以用classid not in(82,83,84,85) 替换
方法二:
[e:loop={news,20000,18,0,'classid not in (750,751,752,753,754,755)'}]
<?=$bqsr['titleurl']?>
[/e:loop]



    推荐阅读