destoon7.0移动端列表界面调取tag关键词

  为了迎合seo需要,在移动端调取tags,这样有利于收录。

  代码:

   

{if $v[tag]}
                     {php $tag = str_replace(',', ' ', $v[tag]);}
                      {php $news_tags = explode(' ', $v[tag]);}
                      {loop $news_tags $v}
        <a href="{$MOD[linkurl]}{rewrite('search.php?kw='.urlencode($v))}" target="_blank">{$v}</a>
                       {/loop}
                       {/if}

  效果图:

  destoon7.0移动端列表界面调取tag关键词

  演示地址:http://www.sdfymj.com/news/list-9.html

destoon7.0移动端列表界面调取tag关键词destoon7.0移动端列表界面调取tag关键词 luo2424348224 发布了26 篇原创文章 · 获赞 3 · 访问量 1万+ 私信 关注
上一篇:在python中获取html标记值


下一篇:Harbor1.5.2批量清理无效镜像