Discuz DZ X3/3.1 门户中keywords和description显示不正确

发布时间:2017-12-03  信息来源:  文章作者:admin   浏览次数:

摘要: 本文主要介绍 Discuz X3/3.1 门户中keywords和description对游客显示不正确的解决方法

打开 source/class/helper/helper_seo.php 文件

搜索

if($descriptiontext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seo

本文主要介绍 Discuz X3/3.1 门户中keywords和description对游客显示不正确的解决方法   打开 source/class/helper/helper_seo.php 文件   搜索   if($descriptiontext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) { $seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext); } if($keywordstext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) { $seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext); }   修改为   if($descriptiontext) { $seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext); } if($keywordstext) { $seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext); }

推荐下载

更多

客服中心

QQ:7500289 每日8:30-20:00 7X12小时在线
点击这里给我发消息 点击这里给我发消息 寒风网站长交流一群 寒风网站长交流二群
更多

建站工具

  • 建站教程
  • 源码下载
更多

网页特效

更多

网站模板