帝国CMS根据当前文章标题调用包含当前文章标题的文章
发布时间:2015-06-05 来源:查字典编辑
摘要:[e:loop={'news',10,3,0,"titlelike'%$navinfor[title]%'",''}]·
[e:loop={'news',10,3,0,"title like '%$navinfor[title]%'",''}]
<li>·<a href="<?=$bqsr['titleurl']?>" target="_blank"><?=esub($bqr[title],24)?></a></li>[/e:loop]
上面那个ftitle是副标题的意思。
标签中要用php变量,不能用模板变量,把[!--title--]改为$navinfor[title]