adohu

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

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

#1楼
发帖时间:2015-10-15   |   查看数:0   |   回复数:5
teiddy
我也遇到过。
2015-10-16 #2楼
adohu
引用 teiddy:

我也遇到过。


怎么改
2015-10-16 #3楼
shrimp
求解
2015-10-19 #4楼
adohu
引用 shrimp:

求解


同求
2015-10-21 #5楼
teiddy
解决办法:
改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']);
2015-12-12 #6楼
游客组