如何在 Wordpress 中设置主页标题
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4593707/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to set Home page title in Wordpress
提问by Dijo David
I have created a separate blog from an already existing blog. I have changed site and home url. I have also changed the blog title. But I am not able change the title showing in the home page. Its showing the name of old blog (copied blog). Can anyone suggest me how to change the title?
我从现有的博客中创建了一个单独的博客。我已经更改了站点和主页 url。我也更改了博客标题。但我无法更改主页中显示的标题。它显示了旧博客的名称(复制的博客)。谁能建议我如何更改标题?
回答by Aviva B
If you use the WP plugin All in One SEO Pack, and then go into the plugin'sgeneral settings, that should work. We had the same issue and wrote a pretty detailed blog post about it: Change Title of a Wordpress Home Page.
如果您使用 WP 插件 All in One SEO Pack,然后进入插件的常规设置,那应该可以工作。我们遇到了同样的问题,并写了一篇关于它的非常详细的博客文章:更改 Wordpress 主页的标题。
回答by Norm
Have you tried looking at admin > appearance > editor? then checking header for the title tag and seeing if you or someone else change the title to the old blog name? If not then I'd suggest doing so and changing it to <title><?php wp_title(' '); ?></title>
您是否尝试过查看管理 > 外观 > 编辑器?然后检查标题标签的标题并查看您或其他人是否将标题更改为旧博客名称?如果没有,那么我建议这样做并将其更改为<title><?php wp_title(' '); ?></title>