<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JamesICT &#187; WordPress Tips</title>
	<atom:link href="http://jamesict.com/tag/wordpress-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesict.com</link>
	<description>WORDPRESS ASSISTANCE: ...because sometimes it's easier if someone else does it for you.</description>
	<lastBuildDate>Sun, 20 Dec 2009 20:52:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Post Revisions Off</title>
		<link>http://jamesict.com/2008/11/23/post-revisions-off/</link>
		<comments>http://jamesict.com/2008/11/23/post-revisions-off/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 20:42:08 +0000</pubDate>
		<dc:creator>JamesICT</dc:creator>
				<category><![CDATA[Bits and Pieces]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://jamesict.com/?p=82</guid>
		<description><![CDATA[<img src="http://jamesict.com/visual/icons/article-24.png" width="24" height="24" alt="" title="Bits and Pieces" /><br/>One of the latest features of WordPress is the inclusion of post revisions [since about version 2.6 if memory serves me correctly] and whilst I can see the use of it in some instances, personally, I would rather it was not automatically enabled. Basically, it is an autosave function and I find that it gets [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jamesict.com/visual/icons/article-24.png" width="24" height="24" alt="" title="Bits and Pieces" /><br/>One of the latest features of WordPress is the inclusion of post revisions [since about version 2.6 if memory serves me correctly] and whilst I can see the use of it in some instances, personally, I would rather it was not automatically enabled.</p>
<p>Basically, it is an autosave function and I find that it gets in my way rather than helps me in my writing. There is always going to be that instance when i wish it was there I guess, but having not had it in place for so long, i just don&#8217;t need it now.</p>
<p>So, how to disable it? It would be nice if there was a tickbox which would allow for this, but unfortunately there isn&#8217;t. So it involves a simple piece of code being added to your wp-config.php file.</p>
<p>To do this, you need a text editor [no. not Notepad] and you simply add the following line of code to the file [directly under the other lines of 'define' already in place].</p>
<p>define(&#8216;WP_POST_REVISIONS&#8217;, false);
<div id="crp_related">
<hr />
<h4>Related Posts:</h4>
<ul>
<li><a href="http://jamesict.com/2009/05/19/theme-footer-spam-how-to-remove/" rel="bookmark" class="crp_title">Theme Footer Spam: How to remove</a></li>
<li><a href="http://jamesict.com/2008/11/11/permalinks-are-pretty/" rel="bookmark" class="crp_title">Permalinks are pretty</a></li>
<li><a href="http://jamesict.com/2008/11/18/edit-your-posts/" rel="bookmark" class="crp_title">Edit Your Posts</a></li>
<li><a href="http://jamesict.com/2008/11/30/individual-category-styling/" rel="bookmark" class="crp_title">Individual Category Styling</a></li>
<li><a href="http://jamesict.com/2008/11/29/individual-post-styling/" rel="bookmark" class="crp_title">Individual Post Styling</a></li>
<li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jamesict.com/2008/11/23/post-revisions-off/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

