您现在的位置是:首页 > 教程 > 帝国CMS教程帝国CMS教程

帝国CMS搜索关键字带点击数的方法

谭灶声2023-05-19 22:40:20帝国CMS教程已有人查阅

导读1.建立一个自定义JS模板:模板内容如下:**解释:这里的writer字段本来是作者,但这里不需要,我们把他用来过度接收点击数OnClick字段.**

1.建立一个自定义JS模板:模板内容如下:

[!--empirenews.listtemp--]<a href='/e/search/result/?searchid=[!--id--]'>[!--title--]([!--writer--])</a>&nbsp;&nbsp;[!--empirenews.listtemp--] 

**解释:这里的writer字段本来是作者,但这里不需要,我们把他用来过度接收点击数OnClick字段.**
2.新建自定义JS,查询sql语句如下,记得将模板选为刚刚我们新建的模板:

​​​​​​​select searchid as id,keyboard as title,onclick as writer from [!db.pre!]enewssearch where iskey=0 order by onclick desc limit 10

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

相关标签