首页 >

织梦DedeCMSCms在其他页面调用tag列表

譬如 要在首页或者其他页面 调用 TAG 为 “女性网” 的10条文章普通的标签是实现不了的 使用SQL 可以很轻松的将数据调出来
{dede:sql sql="SELECT t.aid,t.tag,a.id,a.title FROM taglist as t left join archives a on t.aid = a.id where t.tag='女性网' LIMIT 0 , 10"}   [field:title/]
{/dede:sql}


{dede:sql sql=”SELECT t.aid,t.tag,a.id,a.title FROM taglist as t left join archives a on t.aid = a.id where t.tag=’女性网’ LIMIT 0 , 10″}
[field:title/]
{/dede:sql}
用SQL直接读 dede_taglist跟 dede_archives这俩表就行了
其中 https://www.liuzhongwei.com/a/dedebq/2017/1118/[field:id runphp=’yes’] $id=@me;@me=”;$url=GetOneArchive($id);@me=$url[‘arcurl’];[/field:id]是文章的静态地址 借鉴了论坛上某人的方法 再次表示感谢!!

织梦DedeCMSCms在其他页面调用tag列表

织梦DedeCMSCms在其他页面调用tag列表
  • 织梦DedeCMS调用分类及分类下文章并限制标题字数及显示条数
  • 织梦DedeCMS调用分类及分类下文章并限制标题字数及显示条数 | 织梦DedeCMS调用分类及分类下文章并限制标题字数及显示条数 ...

    织梦DedeCMSCms在其他页面调用tag列表
  • 织梦DedeCMS会员中心获取登录用户名与ID号的代码教程
  • 织梦DedeCMS会员中心获取登录用户名与ID号的代码教程 | 织梦DedeCMS会员中心获取登录用户名与ID号的代码教程 ...

    织梦DedeCMSCms在其他页面调用tag列表
  • 织梦DedeCMS使用织梦DedeCMS:arclist按照自定义字段的条件调用
  • 织梦DedeCMS使用织梦DedeCMS:arclist按照自定义字段的条件调用 | 织梦DedeCMS使用织梦DedeCMS:arclist按照自定义字段的条件调用 ...