wordpress安装使用笔记
完美的blog主题:weisaysimple,试过的主题中最好的一个,不过跟CKEditor搭配不太完美,只能选默认的设置。
有个文章归档模板不可或缺,不过可以手动代码实现的,效果很cool,参考我的另一篇文章:代码实现WordPress归档页面模板
1,博客访问统计插件:StatPressCN
2,完美的编辑器:CKEditor
3,文件上传:CKFinder
* 上传ckfinder文件夹的内容到服务器“ckfinder”的根目录。
* 重命名ckfinder_config.php为config.php(覆盖掉原有文件夹下的config.php文件)
* 你可以删除ckfinder文件下“_samples”和 “userfiles”例子与用户文件夹两个子文件夹,没有什么用处。
* 最后在左边CKEditor的管理菜单中选择upload options 中启用ckfinder功能即可。
* 最后,有个好东东,你懂的:http://www.yuuzle.com/wp-content/uploads/file/CKFinderKeyGen.rar
4,代码高亮编辑器插件:Auto SyntaxHighlighter
5,CKEditor上面跟上面代码高亮配合使用:SyntaxHighlighter CKEditor Button
5,图片加载插件:auto-highslide
6,文章点击统计:WP-PostViews Plus
7,SEO自动优化:All in One SEO Pack
8,文章或者页面后加入喜欢和推荐:无觅相关文章插件
9,评分插件:WP-PostRatings,在需要使用评分的模板的位置加入:<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
WordPress自带的编辑器很多功能button默认都不显示的,想把它们调出来,请参考我的另一篇文章:优化WordPress默认编辑器
固定链接自定义:/%category%/%post_id%.html
>>对于主题的优化设置:
安装ckeditor,并设置好后,再上传ckfinder好后,把wp-content/plugins/ckeditor-for-wordpress/ckfinder/ckeditor_config.php改名为config.php就好了.
安装好SyntaxHighlighter++插件后,修改一下/wp-content/plugins/ckeditor-for-wordpress/ckeditor/contents.css
1pre
,
code
{
border
:
solid
#30F
thin
;
padding
:
4px
4px
4px
4px
;
font-size
:
12px
;
width
:
98%
;
overflow
:
auto
;
background-color
:
#F0F0F0
;
margin
:
3px
0
;}
几个对于weisaysimple主题的设置:
http://aleeee.com/weisaysimple_xiugai.html
很不错的资源。