Latest Posts »
Latest Comments »
Popular Posts »

更改了一下WordPress的标题

Written by 左岸 on 2007年02月25日 – 6:54 am

博客被百度收录了,但文章标题却跟博客名称连在了一起,象下面这样: WordPress_Title 更改后标题变成这样: WordPress_Title 方法: 打开WordPress后台,选择“外观”——“主题编辑器”——“页眉” 将其中的代码 <title><?php wp_title(); bloginfo('name'); ?></title> 更换成 <title><?php wp_title(); ?>;>>; <?php bloginfo('name'); ?></title>

Related posts


Tags:
Posted in 网络|Internet |

One Comment to “更改了一下WordPress的标题”

  1. 氧气层 Says:

    图有点慢

Leave a Comment