<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: How to Disable Post Revisions in WordPress and Reduce Database Size</title>
	<atom:link href="http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: namaserajesh</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/comment-page-1/#comment-124134</link>
		<dc:creator>namaserajesh</dc:creator>
		<pubDate>Thu, 03 Nov 2011 21:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=883#comment-124134</guid>
		<description>Nice tips, instead of disabling revisions I&#039;ll keep revision count 2 or 3. Thanks for this info. Great blog.</description>
		<content:encoded><![CDATA[<p>Nice tips, instead of disabling revisions I&#8217;ll keep revision count 2 or 3. Thanks for this info. Great blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: axelchanfrault</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/comment-page-1/#comment-122068</link>
		<dc:creator>axelchanfrault</dc:creator>
		<pubDate>Mon, 11 Jul 2011 07:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=883#comment-122068</guid>
		<description>This is a very clever tip, I never thought of that. Thanks!</description>
		<content:encoded><![CDATA[<p>This is a very clever tip, I never thought of that. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boutros</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/comment-page-1/#comment-64302</link>
		<dc:creator>Boutros</dc:creator>
		<pubDate>Wed, 05 Jan 2011 15:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=883#comment-64302</guid>
		<description>About the SQL query you have in your post:

DELETE FROM wp_posts WHERE post_type = &quot;revision&quot;;

For me it only works with single quotes around the term revision and not double quotes. (I have MySQL server version 5.1.30). I thought I mention this for others.
Thanks,
Boutros</description>
		<content:encoded><![CDATA[<p>About the SQL query you have in your post:</p>
<p>DELETE FROM wp_posts WHERE post_type = &#8220;revision&#8221;;</p>
<p>For me it only works with single quotes around the term revision and not double quotes. (I have MySQL server version 5.1.30). I thought I mention this for others.<br />
Thanks,<br />
Boutros</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/comment-page-1/#comment-49756</link>
		<dc:creator>will</dc:creator>
		<pubDate>Tue, 16 Nov 2010 16:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=883#comment-49756</guid>
		<description>really needed this one of my post had over 200 and i couldn&#039;t figure out why. you guys are the best thanks a lot again</description>
		<content:encoded><![CDATA[<p>really needed this one of my post had over 200 and i couldn&#8217;t figure out why. you guys are the best thanks a lot again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/comment-page-1/#comment-32059</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Thu, 19 Aug 2010 14:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=883#comment-32059</guid>
		<description>Hey!
Good to see you responding :)
Here is the tutorial - http://blog.ashfame.com/2010/04/handling-wordpress-post-revisions-correctly/</description>
		<content:encoded><![CDATA[<p>Hey!<br />
Good to see you responding <img src='http://cdn.wpbeginner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Here is the tutorial &#8211; <a href="http://blog.ashfame.com/2010/04/handling-wordpress-post-revisions-correctly/" rel="nofollow">http://blog.ashfame.com/2010/04/handling-wordpress-post-revisions-correctly/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/comment-page-1/#comment-31586</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Tue, 17 Aug 2010 18:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=883#comment-31586</guid>
		<description>You got a better method? then please share.</description>
		<content:encoded><![CDATA[<p>You got a better method? then please share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/comment-page-1/#comment-31523</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Tue, 17 Aug 2010 10:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=883#comment-31523</guid>
		<description>Wrong method of deleting post revisions</description>
		<content:encoded><![CDATA[<p>Wrong method of deleting post revisions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adhie</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/comment-page-1/#comment-15468</link>
		<dc:creator>Adhie</dc:creator>
		<pubDate>Thu, 29 Apr 2010 20:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=883#comment-15468</guid>
		<description>Agreed with Titifrim. With wp-optimize, there is option to &quot;remove all post revision&quot;. Another option: Clean marked Spam comments, Clean Unapproved comments, and Optimize database tables...</description>
		<content:encoded><![CDATA[<p>Agreed with Titifrim. With wp-optimize, there is option to &#8220;remove all post revision&#8221;. Another option: Clean marked Spam comments, Clean Unapproved comments, and Optimize database tables&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titifrim</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/comment-page-1/#comment-15421</link>
		<dc:creator>Titifrim</dc:creator>
		<pubDate>Thu, 29 Apr 2010 13:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=883#comment-15421</guid>
		<description>Nice post but for my part I prefer to use this plugin http://wordpress.org/extend/plugins/wp-optimize/</description>
		<content:encoded><![CDATA[<p>Nice post but for my part I prefer to use this plugin <a href="http://wordpress.org/extend/plugins/wp-optimize/" rel="nofollow">http://wordpress.org/extend/plugins/wp-optimize/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidd</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/comment-page-1/#comment-12073</link>
		<dc:creator>Sidd</dc:creator>
		<pubDate>Fri, 02 Apr 2010 06:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=883#comment-12073</guid>
		<description>Thanks.
Our database badly needed that !</description>
		<content:encoded><![CDATA[<p>Thanks.<br />
Our database badly needed that !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-10 01:39:34 -->
