登錄 注冊 發(fā)新帖 |
teiddy
|
title的前面默認seo標(biāo)題,刪除方法 !title的前面默認seo標(biāo)題怎么刪title前面默認要加上分類名稱和/ 請問前面的分類名稱和/怎么刪除 ![]() ![]() 解決辦法: 改twcms\control\show_control.class.php twcms\control\cate_control.class.php // SEO 相關(guān) $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樓
|
|
發(fā)帖時間:2015-12-11 |
查看數(shù):0 |
回復(fù)數(shù):0
|
游客組
|
|