<?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/"
		>
<channel>
	<title>Comments on: Revision Control Wordpress plugin : Disable or Limit Post revision in Wordpress</title>
	<atom:link href="http://www.themepremium.com/revision-control-wordpress-plugin-disable-limit-post-revision-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themepremium.com/revision-control-wordpress-plugin-disable-limit-post-revision-in-wordpress/</link>
	<description>Wordpress Tutorials</description>
	<lastBuildDate>Wed, 10 Mar 2010 13:21:13 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: marius</title>
		<link>http://www.themepremium.com/revision-control-wordpress-plugin-disable-limit-post-revision-in-wordpress/#comment-484</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Sat, 14 Nov 2009 09:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=228#comment-484</guid>
		<description>Every Plugin will slow down Wordpress a liitle bit. 
That´s because I use no plugin to turn off the post revision feature, since we can do this easy by editing the wp-config File with these lines of code:

For turning post revisions off:
define(’WP_POST_REVISIONS’, false);

For turning post revisions on:
define(’WP_POST_REVISIONS’, true);

For limiting the numbers of post revisions:
define(’WP_POST_REVISIONS’, XX);

xx is the amount of post revisions, you will store in your database. Older ones will be deletet.</description>
		<content:encoded><![CDATA[<p>Every Plugin will slow down Wordpress a liitle bit.<br />
That´s because I use no plugin to turn off the post revision feature, since we can do this easy by editing the wp-config File with these lines of code:</p>
<p>For turning post revisions off:<br />
define(’WP_POST_REVISIONS’, false);</p>
<p>For turning post revisions on:<br />
define(’WP_POST_REVISIONS’, true);</p>
<p>For limiting the numbers of post revisions:<br />
define(’WP_POST_REVISIONS’, XX);</p>
<p>xx is the amount of post revisions, you will store in your database. Older ones will be deletet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Serradinho</title>
		<link>http://www.themepremium.com/revision-control-wordpress-plugin-disable-limit-post-revision-in-wordpress/#comment-459</link>
		<dc:creator>George Serradinho</dc:creator>
		<pubDate>Thu, 12 Nov 2009 06:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=228#comment-459</guid>
		<description>When you write many posts and have many revisions, your database becomes bigger and bigger and this plugin helps to reduce unwanted and old details.

For newbies, this plugin is a must. For advanced users, it&#039;s something we can do ourselves.</description>
		<content:encoded><![CDATA[<p>When you write many posts and have many revisions, your database becomes bigger and bigger and this plugin helps to reduce unwanted and old details.</p>
<p>For newbies, this plugin is a must. For advanced users, it&#8217;s something we can do ourselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe &#124; freebloghelp.com</title>
		<link>http://www.themepremium.com/revision-control-wordpress-plugin-disable-limit-post-revision-in-wordpress/#comment-451</link>
		<dc:creator>Gabe &#124; freebloghelp.com</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=228#comment-451</guid>
		<description>Never tried the Revision plugin. I just might have to swing on by and grab it. Thanks!</description>
		<content:encoded><![CDATA[<p>Never tried the Revision plugin. I just might have to swing on by and grab it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Blocked by CFC] John Samuel</title>
		<link>http://www.themepremium.com/revision-control-wordpress-plugin-disable-limit-post-revision-in-wordpress/#comment-448</link>
		<dc:creator>[Blocked by CFC] John Samuel</dc:creator>
		<pubDate>Wed, 11 Nov 2009 03:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=228#comment-448</guid>
		<description>This is a useful plugin. A lot of times, I have seen a lot of revisions in my posts. I have to try this one out</description>
		<content:encoded><![CDATA[<p>This is a useful plugin. A lot of times, I have seen a lot of revisions in my posts. I have to try this one out</p>
]]></content:encoded>
	</item>
</channel>
</rss>
