teiddy

title的前面默认seo标题,删除方法 !

title的前面默认seo标题怎么删

title前面默认要加上分类名称和/   请问前面的分类名称和/怎么删除

解决办法:
改twcms\control\show_control.class.php
twcms\control\cate_control.class.php

// SEO 相关

$this->_cfg['titles'] = $_show['title'].(empty($_show['seo_title']) ? '' : '/'.$_show['seo_title']);

$this->_cfg['seo_keywords'] = empty($_show['seo_keywords']) ? $_show['title'] : $_show['seo_keywords'];

$this->_cfg['seo_description'] = empty($_show['seo_description']) ? $_show['intro']: $_show['seo_description'];


$this->_cfg['titles'] = $_show['title'].(empty($_show['seo_title']) ? '' : '/'.$_show['seo_title']);
改为
$this->_cfg['titles'] =$_show['seo_title']);
#1楼
发帖时间:2015-12-11   |   查看数:0   |   回复数:0
游客组