<?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"
	>
<channel>
	<title>Comments on: Wordpress Troubles ? Clean the Cache !</title>
	<atom:link href="http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<pubDate>Fri, 21 Nov 2008 14:01:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/#comment-36146</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Thu, 31 May 2007 17:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/#comment-36146</guid>
		<description>Ron &#187; the internal cache is part of every WP installation, hence the name "internal" :) Its directory is wp-content/cache. In order to make use of it, and to reduce the number of queries on your site, you may need to add the following to your wp-config.php :
[php]
define('ENABLE_CACHE', true);
[/php]</description>
		<content:encoded><![CDATA[<p>Ron &raquo; the internal cache is part of every WP installation, hence the name "internal" :) Its directory is wp-content/cache. In order to make use of it, and to reduce the number of queries on your site, you may need to add the following to your wp-config.php :</p>
<div class="igBar"><span id="lphp-1"><a href="#" onclick="javascript:showPlainTxt('php-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-1">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000066;">define</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'ENABLE_CACHE'</span>, <span style="color:#000000; font-weight:bold;">true</span><span style="color:#006600; font-weight:bold;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/#comment-36137</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Thu, 31 May 2007 11:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/#comment-36137</guid>
		<description>How can I use the WP internal cache?? I don't have that option / directory.</description>
		<content:encoded><![CDATA[<p>How can I use the WP internal cache?? I don't have that option / directory.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
