Disable WordPress Revisions and Autosave
RSS

Disable WordPress Revisions and Autosave

类别: 杂七杂八   时间: 2008-09-04   标签:

http://exper.3drecursions.com/2008/07/25/disable-revisions-and-autosave-plugin/

或者:

http://wordpress.org/extend/plugins/super-switch/

或者:

By running clean-up SQL:
> delete from wp_posts where post_type=’revision’;
and adding to wp-config:
> define (’WP_POST_REVISIONS’, false);
> define(’AUTOSAVE_INTERVAL’, 600); // One hour should be long enough!

还有一个重要的:delete from wp_comments where comment_approved=’spam’;

Bluehost.com Web Hosting $6.95

本文Dao Blog - 道博客版权所有,可转载,但需注明出处:http://www.daoblog.com/disable-wordpress-revisions-and-autosave.html

下篇文章: MySQL latin1 转换 utf8
上篇文章: WordPress爱好者论坛
"Disable WordPress Revisions and Autosave" was posted on Thursday, September 4th, 2008 at 5:52 am.

发表评论

 
最新文章
随机文章