推荐列表

在帝国cms列表模板里面-列表内容模板(list.var):记得使用程序代码打钩 if($r[isgood]){$isgood=图标;}else{$isgood=;}$listtemp=li.$isgood.a target=_blank href=!--titleurl--] rel=nofollow title=!--oldtitle--]!--title--]//a/li; 前提就是你得推荐一
网上找到的简单高效方法:帝国CMS灵动标签排除头条、推荐、置顶 istop=0 排除置顶 信息 isgood=0 排除推荐 信息 firsttitle=0 排除头条 信息 灵动标签简化版写法 sql附加条件 istop=0 and isgood=0 and firsttitle=0 具体使用sql附加条件/使用e:loop+SQL调用
共1页/2条