电话
13363039260
有个插件叫自定义字段插件,大家在zblog后台应用中心能找到,下载后开启,然后按照以下步骤进行设置处理。
1.在插件里添加一个Meta标签,自定义名称为“biaoti”,它会自动得到标签调用代码为“{$article.Metas.biaoti}”。
2.复制文章模板文件single.php,重命名为seosingle.php。
3.复制header.php文件,重命名为seoheader.php,因为页面标题是在header.php文件控制。
4.在seosingle.php文件中把第一行{template:header}换成{template:seoheader}。
5.将seoheader.php和seosingle.php两个文件上传到模板文件夹。
6.在后台编辑文章时选择seosingle模板,如图:
到此,zblog文章页添加自定义seo标题已经全部完成,大家可以试试。