使并且关闭跟踪在WordPress 2.6的岗位修正失去能力或上述
另一个新的特点在从那以后增加的WordPress blog出版的系统 WordPress版本2.6 是岗位修正跟踪相似与版本管理系统,提供Wiki象样式跟踪编辑被做岗位或页。 岗位修正跟踪允许bloggers和作者观看谁,在,当,做什么对任何岗位的变动或页,以能力为每之间的区别比较被保存的版本或者恢复回到更旧的版本。

岗位修正的每个版本在WordPress数据库在wp_posts桌里被存放。 随着时间的过去,数据库可以增长更大并且变得膨胀,特别是当用户喜欢点击“除”按钮之外时,当写岗位或页时(相反与普遍的信仰,自动存储特点在WordPress实际上不触发也不创造一个新的修正版本,除非具体地配置)。 肯定投入更多张力的数据库意志的增长的大小到繁忙的网络服务器,和也许减速岗位检索和网页服务。 在旁边, WordPress数据库备份将采取很长时间和更大的带宽被下载。
为WordPress 2.6或认为的新版本用户岗位修正特点不是有用的并且不足够了与自动存储特点镶入在WordPress编辑,张贴修正跟踪,并且保留特点可以是残疾和关闭。
WordPress提供可以用于wpconfig.php配置文件或插入式设置状态状态为岗位修正特点的恒定的WP_POST_REVISIONS。 要关闭和使自动岗位修正失去能力保存特点在WordPress 2.6或最新版本的所有版本,简单地增加以下代码行到wpconfig.php位于WordPress blog根或主目录的文件。
定义(’ WP_POST_REVISIONS’,错误);
一次设置, WordPress不试图保存或存放任何修正,除了你每个岗位自动存储。
重要: 这是现状提供,不用保单的机器翻译的页。 计算机翻译也许是难了解。 参见 原始的英国文章 每当可能。
分享并且贡献或者得到技术支持并且帮助在 我的数字式生活论坛.
相关文章
- 如何删除被存放或被保存的现有的WordPress岗位修正
- 如何存放每个岗位修正在其中每一自动存储在WordPress以极限在版本计数
- WordPress 2.6以跟踪特点的变动修正可利用为免费下载
- Paginating or Split WordPress Post or Page with NextPage in WordPress Not Working
- How to Change the Frequency or Interval WordPress Auto Saves An Editing Post or Page
- Adding Extra More Fields to WordPress Write/Edit Post/Page Right Column
- Disable Auto Go To (Jump) To Read More Tag
- Retrieve and Get WordPress Post ID Outside the Loop as PHP Variable
- Disable WordPress 2.3 Core and Plugins Update Check and Notification
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin
July 22nd, 2008 03:48
[...] users who had disabled or turned off post revisions tracking or versions history feature in WordPress (added since WordPress 2.6), it is also made sense to delete and remove all existing [...]
July 23rd, 2008 04:24
[...] 資料來源:Disable and Turn Off Post Revisions Tracking in WordPress 2.6 or AboveHow to Delete Existing WordPress Post Revisions Stored/Saved Ctrl-z [↩]Post Revision 資料是寫入 wp_posts 資料表 [↩] [...]
July 24th, 2008 01:32
Excellent! Thanks for writing this useful guide
August 3rd, 2008 02:53
Just to let you know I have included the ability to turn off (and back on!) post revisions in WordPress with my WP-CMS Post Control plugin over at
It also allows you to disable the Flash upload and hide every aspect of the write post/page areas in WordPress.
August 10th, 2008 17:06
[...] נוספת: Disable and Turn Off Post Revisions Tracking in WordPress 2.6 or Above Revision Management - בקודקס של וורדפרס //OBSTART:do_NOT_remove_this_comment var [...]
August 15th, 2008 22:17
Great tip. Thank you!