<?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: 9 Ways To Turbo-Charge Your WordPress Site</title>
	<atom:link href="http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/</link>
	<description>Wordpress Premium Themes and Templates</description>
	<lastBuildDate>Sun, 24 Jul 2011 10:15:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: 淘宝爱好者</title>
		<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/comment-page-1/#comment-3370</link>
		<dc:creator>淘宝爱好者</dc:creator>
		<pubDate>Sun, 16 May 2010 12:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=1019#comment-3370</guid>
		<description>谢谢  学习了</description>
		<content:encoded><![CDATA[<p>谢谢  学习了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Creed</title>
		<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/comment-page-1/#comment-2301</link>
		<dc:creator>Chris Creed</dc:creator>
		<pubDate>Wed, 31 Mar 2010 10:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=1019#comment-2301</guid>
		<description>Thanks for posting this Doug.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this Doug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug C.</title>
		<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/comment-page-1/#comment-2297</link>
		<dc:creator>Doug C.</dc:creator>
		<pubDate>Wed, 31 Mar 2010 06:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=1019#comment-2297</guid>
		<description>Doesn&#039;t take much to describe a little more for people how and what they should do. It helps a lot instead of just saying, &quot;You can stop this from happening by adding the following line of code into your wp-config.php file...&quot;</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t take much to describe a little more for people how and what they should do. It helps a lot instead of just saying, &#8220;You can stop this from happening by adding the following line of code into your wp-config.php file&#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug C.</title>
		<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/comment-page-1/#comment-2296</link>
		<dc:creator>Doug C.</dc:creator>
		<pubDate>Wed, 31 Mar 2010 06:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=1019#comment-2296</guid>
		<description>I found the answer on the WP forums. For anyone who is interested here is what I did...

&lt;blockquote&gt;That&#039;s the problem--end of wp-config.php.

I put the define right after define(&#039;DB_COLLATE&#039;, &#039;&#039;);

The key is, it has to go before this line:

&lt;code&gt;require_once(ABSPATH . &#039;wp-settings.php&#039;);&lt;/code&gt;
&lt;/blockquote&gt;

I did this and it worked. Now I don&#039;t know if this matters or not, but for mine I added a comment before the code, like so...

&lt;code&gt;/** Switch off Post Revisions */
define(&#039;WP_POST_REVISIONS&#039;, false);&lt;/code&gt;

I went into my posts and checked and all the autosaves are gone.</description>
		<content:encoded><![CDATA[<p>I found the answer on the WP forums. For anyone who is interested here is what I did&#8230;</p>
<blockquote><p>That&#8217;s the problem&#8211;end of wp-config.php.</p>
<p>I put the define right after define(&#8216;DB_COLLATE&#8217;, &#8221;);</p>
<p>The key is, it has to go before this line:</p>
<p><code>require_once(ABSPATH . 'wp-settings.php');</code>
</p></blockquote>
<p>I did this and it worked. Now I don&#8217;t know if this matters or not, but for mine I added a comment before the code, like so&#8230;</p>
<p><code>/** Switch off Post Revisions */<br />
define('WP_POST_REVISIONS', false);</code></p>
<p>I went into my posts and checked and all the autosaves are gone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug C.</title>
		<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/comment-page-1/#comment-2295</link>
		<dc:creator>Doug C.</dc:creator>
		<pubDate>Wed, 31 Mar 2010 05:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=1019#comment-2295</guid>
		<description>Concerning post revisions, when you say to &quot;add the following line of code into your wp-config.php file&quot; where exactly do you put it?</description>
		<content:encoded><![CDATA[<p>Concerning post revisions, when you say to &#8220;add the following line of code into your wp-config.php file&#8221; where exactly do you put it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gordon corsie</title>
		<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/comment-page-1/#comment-1518</link>
		<dc:creator>gordon corsie</dc:creator>
		<pubDate>Mon, 08 Feb 2010 14:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=1019#comment-1518</guid>
		<description>Thanks, great article and you actually show us HOW not just the why!</description>
		<content:encoded><![CDATA[<p>Thanks, great article and you actually show us HOW not just the why!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linko</title>
		<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/comment-page-1/#comment-1364</link>
		<dc:creator>linko</dc:creator>
		<pubDate>Sat, 30 Jan 2010 18:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=1019#comment-1364</guid>
		<description>Great article!!! Very interesting information.</description>
		<content:encoded><![CDATA[<p>Great article!!! Very interesting information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Creed</title>
		<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/comment-page-1/#comment-950</link>
		<dc:creator>Chris Creed</dc:creator>
		<pubDate>Sat, 09 Jan 2010 15:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=1019#comment-950</guid>
		<description>Thanks Raza - appreciate your compliment :-)</description>
		<content:encoded><![CDATA[<p>Thanks Raza &#8211; appreciate your compliment <img src='http://www.vooshthemes.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raza</title>
		<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/comment-page-1/#comment-949</link>
		<dc:creator>Raza</dc:creator>
		<pubDate>Sat, 09 Jan 2010 14:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=1019#comment-949</guid>
		<description>this site is awesome. the themes are some of the best I&#039;ve ever seen.</description>
		<content:encoded><![CDATA[<p>this site is awesome. the themes are some of the best I&#8217;ve ever seen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 155+ Fresh Community Links for Designers and Developers &#124; Afif Fattouh - Web Specialist</title>
		<link>http://www.vooshthemes.com/blog/wordpress/9-ways-to-turbo-charge-your-wordpress-site/comment-page-1/#comment-895</link>
		<dc:creator>155+ Fresh Community Links for Designers and Developers &#124; Afif Fattouh - Web Specialist</dc:creator>
		<pubDate>Tue, 05 Jan 2010 14:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=1019#comment-895</guid>
		<description>[...] 9 Ways To Turbo-Charge Your WordPress Site [...]</description>
		<content:encoded><![CDATA[<p>[...] 9 Ways To Turbo-Charge Your WordPress Site [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

