打开博客根目录,wp-content/themes/你的主题目录(一般不更改就是twentyeleven)下面的header.php文件,在
<title><?php bloginfo(‘name’); ?> <?php wp_title( ‘|’, true, ‘right’ ); ?></title>
后面加入下面的代码,如果找不到,就添加到title之后,</head>之前就可以了。
<title>标题</title>
<meta name=”keywords” content = “关键词” />
<meta name=”description” content=”描述” />
把上面的关键词(Keywords)、描述(Description)修改成自己首页要设置的关键词,而文章的关键词就是自己定义的TAG..