技术日志

记录分享邓杰律师从事网络技术工作点点滴滴。

phpcms v9单页做栏目时无法显示栏目标题解决方案

点击复制标题网址

——温馨提示——

已复制到剪贴板,可粘贴到下一处。


时间:   查看:1011

编者按:

打开并找到\phpcms\modules\content\index.php中约277行与\phpcms\modules\content\classes\html.class.php中约308行(不同版本的行数可能不同),将$SEO = seo($siteid, 0, $title,$setting['meta_description'],$keywords);改为:if($title){$SEO = seo($siteid, 0, $title,$setting['meta_description'],

打开并找到\phpcms\modules\content\index.php中约277行与\phpcms\modules\content\classes\html.class.php中约308行(不同版本的行数可能不同),将

$SEO = seo($siteid, 0, $title,$setting['meta_description'],$keywords);

改为:

if($title){

$SEO = seo($siteid, 0, $title,$setting['meta_description'],$keywords);

}

else{

$SEO = seo($siteid, $catid, $title,$setting['meta_description'],$keywords);

}

保存并更新栏目页。

本文标签

发表评论:

评论记录:

未查询到任何数据!