<?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>WordDope &#187; trash</title>
	<atom:link href="http://worddope.com/tag/trash/feed/" rel="self" type="application/rss+xml" />
	<link>http://worddope.com</link>
	<description>(a freelance writer&#039;s guide to working with WordPress)</description>
	<lastBuildDate>Thu, 10 Nov 2011 00:20:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Make WordPress Empty The Trash</title>
		<link>http://worddope.com/2010/05/20/wordpress-empty-trash/</link>
		<comments>http://worddope.com/2010/05/20/wordpress-empty-trash/#comments</comments>
		<pubDate>Thu, 20 May 2010 17:19:31 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[WordPress Tips & Tricks]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[trash]]></category>

		<guid isPermaLink="false">http://worddope.com/?p=463</guid>
		<description><![CDATA[A simple and very useful hack by way of WP Recipes that makes WordPress empty the trash: Simply open your wp-config.php file (located at the root of your WordPress install) and paste the following code: define('EMPTY_TRASH_DAYS', 10 ); &#160; The second parameter is when to empty trash, in days. If you&#8217;re like me, you&#8217;re constantly [...]]]></description>
			<content:encoded><![CDATA[<p>A simple and very useful hack by way of <a href="http://www.wprecipes.com/wordpress-tip-automatically-empty-trash" target="_blank">WP Recipes</a> that makes WordPress empty the trash:</p>
<blockquote>
<div>
<p>Simply open your <em>wp-config.php</em> file (located at the root of your WordPress install) and paste the following code:</p>
<pre>define('EMPTY_TRASH_DAYS', 10 );</pre>
</div>
<p>&nbsp;</p></blockquote>
<blockquote><p>The second parameter is when to empty trash, in days.</p></blockquote>
<p>If you&#8217;re like me, you&#8217;re constantly forgetting to permanently delete posts, comments, and pages that fill up your trash folder. If you don&#8217;t empty an overloaded WordPress trash bin your blog may experience slower loading times as a result. This fix will not only take care of a piece of routine blog maintenance you&#8217;re likely to forget, it should also help your site run faster.</p>
]]></content:encoded>
			<wfw:commentRss>http://worddope.com/2010/05/20/wordpress-empty-trash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

