<?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>Only Four Hours &#187; Wordpress</title>
	<atom:link href="http://onlyfourhours.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://onlyfourhours.com</link>
	<description>My Journey Towards Living the 4-Hour Workweek</description>
	<lastBuildDate>Mon, 16 Nov 2009 12:28:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Store Your WordPress Password</title>
		<link>http://onlyfourhours.com/first-post/</link>
		<comments>http://onlyfourhours.com/first-post/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 12:10:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://onlyfourhours.com/?p=3</guid>
		<description><![CDATA[I&#8217;ve noticed that the current version of Wordpress insists that I enter my FTP password every time I use the WP interface to install a theme, plugin or make an upgrade.
This never used to be the case and as I use the most ridiculously complex passwords it&#8217;s been a bit of a headache.
Thankfully you can [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed that the current version of Wordpress insists that I enter my FTP password every time I use the WP interface to install a theme, plugin or make an upgrade.</p>
<p>This never used to be the case and as I use the most ridiculously complex passwords it&#8217;s been a bit of a headache.</p>
<p>Thankfully you can hard-wire your FTP details into the wp-config.php file by pasting the code below &#8230;</p>
<p><code>define("FTP_HOST", "domain.tld");<br />
define("FTP_USER", "username");<br />
define("FTP_PASS", "password");</code></p>
<p>This may save you a little frustration and time.</p>
<img src="http://onlyfourhours.com/?ak_action=api_record_view&id=3&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://onlyfourhours.com/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
