wordpress建站后的设置
1、安装设置相关插件
Akismet
Baidu Sitemap Generator
cos-html-cache
Dagon Design Sitemap Generator
Google XML Sitemaps
WordPress Related Posts
2、Timezone设置为singapore
3、屏蔽日志修订功能
倒数第二行define语句后加上:
/** 屏蔽日志修订功能 */
define(‘WP_POST_REVISIONS’, false);
4、重写博客robots文件
User-agent: *
Disallow: /page/
Disallow: /feed/
Disallow: /blog/author/admin/
Disallow: /blog/2012/
Disallow: /blog/2013/
Sitemap: http://fatalist.biz/sitemap.xml.gz
5、修改header.php
这里设置网站的标题和描述内容,还有发布单篇文章时可以在excerpt中加上这篇文章的搜索引擎描述内容。
6、取消评论功能
settings-discussion-把 Allow people to post comments on new articles 前的勾去掉
7、建立关于页面
8、more链接修改
把wp-includes目录下post-template.php文件
里的#more-{$post->ID}\改为:\(没有:号)
9、修改css
调整wordpress页面布局:
20(左边空出)+200(侧边显示内容)+20(侧边到文章处)+700(文章内容)+40(右边距) = 980(总大小)
搜索padding,修改wordpress的间距。
修改背景颜色、字体大小等
10、修改tag.php、category.php、footer.php
tag页面(tag.php)和文章分类页面(category.php)使用主页(index.php)的php代码
11、装firefox扩展测试网站速度
Firebug:https://addons.mozilla.org/en-US/firefox/addon/firebug/
YSlow:https://addons.mozilla.org/en-US/firefox/addon/yslow/
再根据YSlow修改wordpress相关内容提升网站打开速度