<?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: Customize WordPress Post Revisions</title>
	<atom:link href="http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/feed/" rel="self" type="application/rss+xml" />
	<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/</link>
	<description>Technology Made Easy</description>
	<lastBuildDate>Fri, 18 May 2012 21:05:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-RC1-20950</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: joon</title>
		<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/comment-page-1/#comment-31830</link>
		<dc:creator>joon</dc:creator>
		<pubDate>Sat, 27 Nov 2010 22:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://educhalk.org/blog/?p=742#comment-31830</guid>
		<description>Thanks so much for this info! I have been trying for two days to figure out how to change the title in the post without changing it in the widgets on the sidebar</description>
		<content:encoded><![CDATA[<p>Thanks so much for this info! I have been trying for two days to figure out how to change the title in the post without changing it in the widgets on the sidebar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike B</title>
		<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/comment-page-1/#comment-29474</link>
		<dc:creator>Mike B</dc:creator>
		<pubDate>Sun, 04 Jul 2010 17:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://educhalk.org/blog/?p=742#comment-29474</guid>
		<description>I&#039;m using WP3, and I was able to make this work by adding 
define(&#039;WP_POST_REVISIONS&#039;, false);
to my wp-config.php file. Initially it didn&#039;t work, but I found it had to be added before the 
require_once(ABSPATH . &#039;wp-settings.php&#039;);
line.

I wrote some more on this (and other tips) at 
http://mikebeach.org/2010/07/optimizing-wordpress/</description>
		<content:encoded><![CDATA[<p>I&#8217;m using WP3, and I was able to make this work by adding<br />
define(&#8216;WP_POST_REVISIONS&#8217;, false);<br />
to my wp-config.php file. Initially it didn&#8217;t work, but I found it had to be added before the<br />
require_once(ABSPATH . &#8216;wp-settings.php&#8217;);<br />
line.</p>
<p>I wrote some more on this (and other tips) at<br />
<a href="http://mikebeach.org/2010/07/optimizing-wordpress/" rel="nofollow">http://mikebeach.org/2010/07/optimizing-wordpress/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ipog1100</title>
		<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/comment-page-1/#comment-28041</link>
		<dc:creator>ipog1100</dc:creator>
		<pubDate>Fri, 07 May 2010 21:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://educhalk.org/blog/?p=742#comment-28041</guid>
		<description>after 2.9.0 you need to put the line define(&#039;WP_POST_REVISIONS&#039;, false ); into wp-settings.php before the wp_functionality_constants( ); function call...</description>
		<content:encoded><![CDATA[<p>after 2.9.0 you need to put the line define(&#8216;WP_POST_REVISIONS&#8217;, false ); into wp-settings.php before the wp_functionality_constants( ); function call&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/comment-page-1/#comment-26905</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Mon, 05 Apr 2010 21:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://educhalk.org/blog/?p=742#comment-26905</guid>
		<description>xenoactive has a point. It&#039;s not in my wp_config.php either, it&#039;s in my wp-settings.php file. May have been changed with newer installations of WP? 
May be worth checking out to avoid confusion.</description>
		<content:encoded><![CDATA[<p>xenoactive has a point. It&#8217;s not in my wp_config.php either, it&#8217;s in my wp-settings.php file. May have been changed with newer installations of WP?<br />
May be worth checking out to avoid confusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mudro</title>
		<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/comment-page-1/#comment-26346</link>
		<dc:creator>Mudro</dc:creator>
		<pubDate>Tue, 23 Mar 2010 06:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://educhalk.org/blog/?p=742#comment-26346</guid>
		<description>@xenoactive: Are you saying these lines of code should be added to the wp-config.php file before or after the call to wp-settings.php? I&#039;ve done an hours worth of reading to make sure I do this correctly and then you go and throw me a curve.

@Figaro: Thanks for the informative tutorial. this post is the last stop in my quest for fixing this ridiculous revisions issue WP has going on.</description>
		<content:encoded><![CDATA[<p>@xenoactive: Are you saying these lines of code should be added to the wp-config.php file before or after the call to wp-settings.php? I&#8217;ve done an hours worth of reading to make sure I do this correctly and then you go and throw me a curve.</p>
<p>@Figaro: Thanks for the informative tutorial. this post is the last stop in my quest for fixing this ridiculous revisions issue WP has going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xenoactive</title>
		<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/comment-page-1/#comment-25952</link>
		<dc:creator>xenoactive</dc:creator>
		<pubDate>Fri, 12 Mar 2010 05:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://educhalk.org/blog/?p=742#comment-25952</guid>
		<description>You might also need to check the wp-settings.php file. Depending on where you put the new define statement, this file might override the define statement in the wp-config.php file.</description>
		<content:encoded><![CDATA[<p>You might also need to check the wp-settings.php file. Depending on where you put the new define statement, this file might override the define statement in the wp-config.php file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: figaro</title>
		<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/comment-page-1/#comment-25054</link>
		<dc:creator>figaro</dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://educhalk.org/blog/?p=742#comment-25054</guid>
		<description>@prash: It should work...works on my install.</description>
		<content:encoded><![CDATA[<p>@prash: It should work&#8230;works on my install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prash</title>
		<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/comment-page-1/#comment-25026</link>
		<dc:creator>prash</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://educhalk.org/blog/?p=742#comment-25026</guid>
		<description>this doesn&#039;t seem to work on version 2.9.2. is there another way for this version?</description>
		<content:encoded><![CDATA[<p>this doesn&#8217;t seem to work on version 2.9.2. is there another way for this version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: figaro</title>
		<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/comment-page-1/#comment-25013</link>
		<dc:creator>figaro</dc:creator>
		<pubDate>Sun, 21 Feb 2010 23:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://educhalk.org/blog/?p=742#comment-25013</guid>
		<description>@Vagabond: Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>@Vagabond: Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vagabond</title>
		<link>http://educhalk.org/blog/2010/01/customize-wordpress-post-revisions/comment-page-1/#comment-25005</link>
		<dc:creator>Vagabond</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://educhalk.org/blog/?p=742#comment-25005</guid>
		<description>Figaro, you probably should wrap those defines in PRE or CODE tags, because if you just copy/paste in UTF-8 environment those single quotes will go into wp-config.php as is and feature will not work. Just experienced this myself and wanted to let you know. Also WP will remove all of the old extra revisions once you save the article.</description>
		<content:encoded><![CDATA[<p>Figaro, you probably should wrap those defines in PRE or CODE tags, because if you just copy/paste in UTF-8 environment those single quotes will go into wp-config.php as is and feature will not work. Just experienced this myself and wanted to let you know. Also WP will remove all of the old extra revisions once you save the article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

