联系官方销售客服

1835022288

028-61286886

应用插件 版主:官方插件技术组
调用tag数量该怎么写
类型:迅睿CMS 更新时间:2023-11-17 18:23:22 关键词TAG
插件 关键词TAG V3.27
应用作者 迅睿官方团队
发布时间 2019-03-14 10:14:31
更新时间 2025-03-26 16:25:48
        <header class="mod-hd ft-yh">
            <h2>TAG标签集合</h2>
        </header>
        <div class="tags-text ft-yh">
            {table table_site=tag page=1 pagesize=100 urlrule=$urlrule}
            <a href="{php echo \Phpcmf\Service::M('tag', 'tag')->tag_url($t);}" target="_blank">{$t.name}(88)</a>
            {/table}

        </div>


其中(88)是调用该tag数量,请问该怎么写


插件教程:https://www.xunruicms.com/doc/app-364.html

回帖
  • 外聘专员-GOLANG工作室
    #1楼    外聘专员-GOLANG工作室
    2023-11-17 18:23:22
    Chrome 0
    {count action=related tag=$t.name module=news}
    news改成自己的模块目录