问题描述
- 默认模板的文章页标题格式为“文章标题”_“网站名称”。
- SEO优化需要将分类名称加入标题。
实现代码
<title>
{dede:field.title/}_{dede:fieldname='position' runphp='yes'}
$tc="_"; $tw=$GLOBALS['cfg_list_symbol'];
@me=HTML2text(@me); $tf=split($tw,@me);
for($ta=(count($tf)-2);$ta>=1;$ta--){$tk.=trim($tf[$ta]).$tc;}
$tk=substr($tk,0,-1); @me=$tk;
{/dede:field}_{dede:global.cfg_webname/}
</title>