-
添加条件:
- 在灵动标签中添加条件过滤掉带有属性的信息。
- 示例代码:
html
[e:loop={'select * from www_moban5_cn_ecms_news where istop=0 and isgood=0 and firsttitle=0 and checked=1 order by newstime desc limit 10',10,24,0}]
-
条件解释:
istop=0
:排除置顶信息isgood=0
:排除推荐信息firsttitle=0
:排除头条信息

