便宜的

vps和云服务器

推荐!

帝国CMS首页列表页调用TAGS教程


帝国CMS首页无法调用TAGS,但是本人整理了一段可以使用的代码分享给大家。

[e:loop={0,13,3,0}]
          <?php
$fr=$empire->fetch1("select infotags from diansui_ecms_news_data_1 where id='$bqr[id]'");
?>
<?php
$alltag="";
$tag=explode(",",$fr[infotags]);
for($t=0;$t<count($tag);$t++)
{
$alltag.='<a href="/tags-'.urlencode($tag[$t]).'-0.html">'.$tag[$t].'</a>';
}
?>
<?php
if($bqr[titlepic])
{
?>
<li class='clearfix'><span class='fl'><a href='<?=$bqsr['titleurl']?>'  target='_blank' rel='nofollow'><img src='<?=$bqr['titlepic']?>' alt='<?=$bqr['title']?>' /></a></span><h3><a href='<?=$bqsr['titleurl']?>' title='<?=$bqr['title']?>' target='_blank'><?=$bqr['title']?></a></h3><p><?=$bqr['smalltext']?>...<a href='<?=$bqsr['titleurl']?>' title='更多' target='_blank'>[更多]</a></p><div class='mn-lis-tit'><span class='mn-date'><?=date('Y-m-d',$bqr[newstime])?></span><span class='mn-category ml25'>类目:<a href='<?=$bqsr[classurl]?>'><?=$bqsr[classname]?></a></span><span class='mn-keyword ml25'>关键词:<?=$alltag?>
</span></div></li>
<?php
}
else
{
?>
<li class='clearfix border'><h3><a href='<?=$bqsr['titleurl']?>' title='<?=$bqr['title']?>' target='_blank'><?=$bqr['title']?></a></h3><p><?=$bqr['smalltext']?>...<a href='<?=$bqsr['titleurl']?>' title='更多' target='_blank'>[更多]</a></p><div class='mn-lis-tit'><span class='mn-date'><?=date('Y-m-d',$bqr[newstime])?></span><span class='mn-category ml25'>类目:<a href='<?=$bqsr[classurl]?>'><?=$bqsr[classname]?></a></span><span class='mn-keyword ml25'>关键词:<?=$alltag?></span></div></li>
<?php
}
?>
[/e:loop]

 

声明:VPSNO仅为VPS服务器信息分享,任何IDC都有倒闭和跑路可能,本站无法作任何保障,请网友购买前自行斟酌,衡量评估风险,自负责任。数据勤备份是最佳选择。

本文由VPSNO网站发布,转载请保留链接:《帝国CMS首页列表页调用TAGS教程》

站长联系方式:联系QQ:22⑧2六8⑦肆8,邮箱为QQ邮箱。

相关推荐
我来说两句
评论列表
共有 条评论