臻享优惠价:最高返 500 抵扣券 → 查看活动!>>>

帝国cms栏目调用带链接的关键字词tags

帝国cms栏目调用带链接的关键字词ags

栏目关键字词
直接用变量[!--class.keywords--]调用,显示结果显示“免费分享原创摄影教程,pr剪辑教程,AE特效教程,帝国cms教程,软件素材”
PHP 调用
<?php
$cr=$empire->fetch1("select classpagekey from {$dbtbpre}enewsclass where classid='$GLOBALS[navclassid]'");
echo $cr[classpagekey];
?>
按逗号分离字符串
<?php
$source = "免费分享原创摄影教程,pr剪辑教程,AE特效教程,帝国cms教程,软件素材";//按逗号分离字符串
$hello = explode(',',$source);
for($index=0;$index<count($hello);$index++)
{
echo "<li>"; echo $hello[$index];echo "</li>";
}
?>
最后,在帝国cms,再结合sql查询语句
<?php
$cr=$empire->fetch1("select classpagekey from {$dbtbpre}enewsclass where classid='$GLOBALS[navclassid]'");
$source=$cr[classpagekey];
$hello = explode(',',$source);
for($index=0;$index<count($hello);$index++)
{
echo "<li>"; echo $hello[$index];echo "</li>";
}
?>
链接同步tags标签,如果没有建立标签,就需要到后台手动建立tags,然后系统自动匹配
<?php
$cr=$empire->fetch1("select classpagekey from {$dbtbpre}enewsclass where classid='$GLOBALS[navclassid]'");
$source=$cr[classpagekey];
$hello = explode(',',$source);
for($index=0;$index<count($hello);$index++)
{
echo "<li><a href='/e/tags/?tagname=$hello[$index]&tempid=8'>"; echo $hello[$index];echo "</a></li>";
}
?>

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA打赏
共{{data.count}}人
人已打赏
豆包可以帮你高效完成AI问答、AI对话、提供软件相关教程以及解决生活中遇到的各种疑难杂症,还能帮助你进行AI写作、AI绘画等等,提高你的工作学习效率。
!
你也想出现在这里?立即 联系我们吧!
信息
个人中心
购物车
优惠劵
今日签到
搜索