帝国cms灵动标签同时调用头条和推荐

内容摘要
帝国cms灵动标签同时调用头条和推荐
文章正文
方法1、同时调用头条(1级、2级)、推荐(1级、2级)

[e:loop={0,10,3,0,'isgood=1 or firsttitle=1 orisgood=2 or firsttitle=2'}]
<a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <br>
[/e:loop]

注释:调用有头条(1级、2级)、推荐(1级、2级)用 or(或者)
方法2、调用头条、推荐两个条件都具备(一篇文章既有“头条”属性、又有“推荐”属性)

[e:loop={0,10,3,0,'isgood=1 and firsttitle=1'}]
<a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <br>
[/e:loop]

注释:调用头条、推荐两个条件都具备用 and(并且、和)
代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!