关闭wordpress修订(revision)功能方法总结

来自http://tunps.com/disable-revision-on-wordpress

wordpress的修订功能貌似过于专业了点,对于一般的blogger不实用,需要禁用掉,方法有总结一下。

wp-config.php中加入代码
define(’WP_POST_REVISIONS’, false);

貌似不能完全关闭。

用mysql客户端中执行:
DELETE FROM wp_posts WHERE post_type = 'revision';
 
使用插件 No Revisions 或者 插件 Revision Control

About tunpishuang

just 4 fun·····
This entry was posted in 未分类 and tagged . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>