-
方案一,调用全站新闻系统模型的标题分类,并且按照数量高低排名
[e:loop={"select count(tname) as number,tname,tpath from( select [!db.pre!]ecms_news.ttid ttid,[!db.pre!]enewsinfotype.tname tname,[!db.pre!]enewsinfotype.tpath tpath from [!db.pre!]ecms_news left join [!db.pre!]enewsinfotype on [!db.pre!]ecms_news.ttid = [!db.pre!]enewsinfotype.typeid) temp_tnameCount group by tname order by number desc",10,24,1}] <li><a href="[!--news.url--]<?=$bqr[tpath]?>" target="_blank" title="<?=$bqr[tname]?>"><?=$bqr[tname]?> <span>(<?=$bqr[number]?>)</span></a></li> [/e:loop]
方案二,调用当前父栏目下的所有标题分类,并且按照数量高低排名
<? $bclassid = $class_r[$GLOBALS[navclassid]][bclassid]; //获取当前父栏目ID ?> [e:loop={"select count(tname) as number,tname,tpath from( select [!db.pre!]ecms_news.ttid ttid, [!db.pre!]ecms_news.classid classid,[!db.pre!]enewsinfotype.tname tname,[!db.pre!]enewsinfotype.tpath tpath from [!db.pre!]ecms_news left join [!db.pre!]enewsinfotype on [!db.pre!]ecms_news.ttid = [!db.pre!]enewsinfotype.typeid and classid in (select classid from [!db.pre!]enewsclass where bclassid ='$bclassid')) temp_tnameCount group by tname order by number desc",10,24,1}] <li><a href="[!--news.url--]<?=$bqr[tpath]?>" target="_blank" title="<?=$bqr[tname]?>"><?=$bqr[tname]?> <span>(<?=$bqr[number]?>)</span></a></li> [/e:loop]
帝国cms灵动标签调用标题分类、统计标题分类文章数的方法
1093人参与 |分类: 程序学习|时间:2022-09-22 16:28:27
相关文章
- 2022-09-22 帝国cms如何在内容页添加代码高亮?
- 2022-09-22 帝国CMS灵动标签中用if判断第X条附加特殊样式
- 2022-02-09 CentOS挂载详解
- 2021-09-25 帝国cms后台 不同栏目发布字段不同
- 2021-06-25 Centos、linux 安装 Cmake 3.6.2
- 2021-06-21 PHP header常用URL地址跳转的几种方法
- 2021-06-17 网站logo不清晰,图片模糊,如何解决?
- 2020-09-10 阿里云ECS经典网络如何链接专业网络
- 2020-09-03 帝国CMS获取当前目(父栏目)ID、名称、别名、链接
- 2020-09-03 帝国cms自定义页面ID获取 动态ID获取
评论专区辉哥视界微博