Friday, July 18th, 2008
影响速度的可耻,占用空间的可耻,去掉去掉
先前进后台慢的问题终于有所缓解,去掉aLinks插件ing,就ok啦,另外顺手把其他几个不用的插件也删掉啦
(PS:简单地说就是aLinks rc1在WP2.6上使用可能导致后台操作变慢)
Wordpress2.6的新功能 修改版本管理的确很酷有wiki的意思,只不过我这博客应该是我一个人在写吧,不牵涉到与他人协作,也没必要保留以前的历史版本,所以在wp-config.php 添加的代码:
define('WP_POST_REVISIONS', false);
这个WP_POST_REVISIONS详细说明:
true (default), -1: store every revision
false, 0: do not store any revisions (except the one autosave per post)
(int) > 0: store that many revisions (+1 autosave) per post. Old revisions are automatically deleted.
参考:http://codex.wordpress.org/Revision_Management
这下就不会保留历史版本啦,数据库也不会变胖啦 :)
另外在(从WordPress2.5.1到WordPress2.6)升级来的wp-config.php中添加啦随机验证字符串(升级过来的是没有的,这个是在cookies和ssl验证中用到,增强安全性)
// Change each KEY to a different unique ...
Posted in wordpress支持, 今日一点 | No Comments »
Tuesday, July 15th, 2008
WordPress 2.6发布啦,听说添加啦好几个有趣的功能?!
升级过程很顺利,Upgrading
:)
引用官方的一段介绍
Version 2.6 “Tyner,” named for jazz pianist McCoy Tyner, contains a number of new features that make WordPress a more powerful CMS: you can now track changes to every post and page and easily post from wherever you are on the web, plus there are dozens of incremental improvements ...
Posted in wordpress支持, 今日一点 | 1 Comment »
Saturday, June 14th, 2008
刚刚看完,还没翻译完就放:http://wiki.clin003.com/wiki/WordPress_SEO (没翻译完的半成品) 啦,如果喜欢可以去看看,很好的一个WordPress Seo手册,文章写的很详细,原文在:http://yoast.com/articles/wordpress-seo/ 这篇文章讲述的内容主要包括,基础技术优化、模版优化,高级技术优化、如何时变更Blog结构来获得更高的评级、评论优化及推广优化等。
还有介绍啦几个帮助SEO的插件,自动对图片进行SEO优化的SEO Friendly Images插件,可提高Wordpress性能的WP-Super-Cache 缓存插件,阻止索引存档文章的Robots Meta插件等等。
Posted in wordpress支持, 今日一点, 搜索引擎, 翻译文档 | No Comments »
Thursday, March 27th, 2008
代码如下:添加到模板需要的位置即可
<div class="navigation">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
</div>
效果:
Posted in wordpress支持, 今日一点 | No Comments »
Thursday, March 27th, 2008
2.5的rc1就带来很多惊喜,这次rc2又展示下screencast,很酷的厄,一次可以上传多张图片并且gallary也很方便修改,来看下演示动画吧,偶这就去升级下去!!
可惜偶找不到官方演示动画里的那个stats怎么弄出来的!!
as a Flash movie
If you make frequent backups and you’re interested in helping us out with development by testing the very latest, download and install Release Candidate 2 of WordPress 2.5, and join our testers mailing list to report any bugs you find in the code.
Finally with regards to theme ...
Posted in wordpress支持 | 2 Comments »