tag列表模板主要代码:
<ul>
[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]
</ul>
<div class="pagebar">
[!--show.listpage--]
</div>
list.var代码:
$listtemp='
<a href="/tag/[!--id--].html" target="_blank">[!--title--]</a>
';
自定义列表查询SQL语句:
1、统计记录:select count(*) as total from phome_enewstags
2、查询记录:select tagname as title, tagid as id from [!db.pre!]enewstags order by tagid desc
其中排序可以自行更改 order by xxx
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论(0)