Loading
0

帝国cms列表页调用文章tags并加上点击链接
被墙跳转TG:@qianhenetwork QQ 851617266

301免备案跳转微信公众号
腾讯云服务器大促销。
华为服务器
在用帝国cms建站过程中,很多时候在列表页调用文章时都希望调用文章的tags,并机上链接,有利于网站优化,若有需要的请参考如下代码即可

$tagstr=''; $tsql=$empire->query("select tagid from {$dbtbpre}enewstagsdata where id='$r[id]' and classid='$r[classid]' ");
while($tr=$empire->fetch($tsql)){ $tt=$empire->fetch1("select * from {$dbtbpre}enewstags where tagid=".$tr['tagid']." limit
1"); if(!$tt['tagid']){ continue; }else{ //tagid式的动态链接,采用以下1行代码 $tagslink=$public_r['newsurl'].'e/tags/?tagid='.$tt['tagid'];
} $tagstr.='
<a href="'.$tagslink.'" title="'.$tagname.'" target="_blank">'.$tt['tagname'].'</a>'; } /*结束*/ $listtemp='
<li class="pl archive-thumb">
    <article>
        <h2>
            <a href="[!--titleurl--]" title="[!--oldtitle--]" rel="bookmark">[!--title--]</a>
        </h2>
        <a class="pic float-left" href="[!--titleurl--]" title="[!--oldtitle--]" rel="bookmark">
            <img class="lazy lazy-hidden" src="[!--news.url--]css/grey.gif" data-lazy-type="image" lazydata-src="[!--titlepic--]" alt="[!--oldtitle--]"
                width="330" height="200" />
            <noscript>
                <img src="[!--titlepic--]" alt="[!--oldtitle--]" width="330" height="200" />
            </noscript>
        </a>
        <p>[!--smalltext--]</p>
        <p class="more">
            <a class="more-link" href="[!--titleurl--]">阅读全文</a>
        </p>
        <p class="post-meta">
            <span>
                <i class="fa fa-rss fa-fw"></i>[!--this.classname--]</span>
            <span>
                <i class="fa fa-clock-o fa-fw"></i>[!--newstime--]</span>
            <span>
                <i class="fa fa-eye fa-fw"></i>[!--onclick--] </span>
            <span>
                <i class="fa fa-comment-o fa-fw"></i>
                <a href="[!--titleurl--]#comments">[!--plnum--]</a>
            </span>
            <span>
                <i class="fa fa-tags fa-fw"></i>'.$tagstr.'</span>
        </p>
        <div class="clear"></div>
    </article>
</li>';

301免备案跳转微信公众号
华为服务器
腾讯云服务器大促销。

声明:站长码字很辛苦啊,转载时请保留本声明及附带文章链接:https://www.zfcdn.xyz/showinfo-17-14585-0.html
亲爱的:被墙域名跳转TG:@qianhenetwork QQ:851617266,可否收藏+评论+分享呢?
上一篇:帝国cms灵动标签调用所有tags标签
下一篇:帝国cms程序apache/nginx/iis7/(web.config)/iis6httpd.ini 下伪静态规则大全