<?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>art of simplicity/blog/ &#187; wordpress</title>
	<atom:link href="http://artofsimplicity.co.uk/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://artofsimplicity.co.uk/blog</link>
	<description>a collection of textual utterances</description>
	<lastBuildDate>Tue, 29 Jun 2010 18:57:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Get the parent slug of a post in WordPress</title>
		<link>http://artofsimplicity.co.uk/blog/2010/06/21/get-the-parent-slug-of-a-post-in-wordpress/</link>
		<comments>http://artofsimplicity.co.uk/blog/2010/06/21/get-the-parent-slug-of-a-post-in-wordpress/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 12:00:57 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=218</guid>
		<description><![CDATA[I&#8217;ve been doing a little more WordPress (v2.9.2) hacking as a new project required a little more CMS-like control over a website than WordPress by default provides. As a result I&#8217;ve resorted to extending WordPress and the results have been pretty encouraging already. I have to say, for the record, that the WordPress team has [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2010/06/21/get-the-parent-slug-of-a-post-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Auto-Upgrade Problems</title>
		<link>http://artofsimplicity.co.uk/blog/2010/03/22/wordpress-auto-upgrade-problems/</link>
		<comments>http://artofsimplicity.co.uk/blog/2010/03/22/wordpress-auto-upgrade-problems/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 09:05:43 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=169</guid>
		<description><![CDATA[As a little memo to myself and for anyone else who is having trouble getting the WordPress automatic upgrade feature working, particularly if your on a Linux (CentOS 5) VPS with 1and1. I have great admiration for the WordPress auto-upgrade feature particularly as it saves you loads of time especially if you administer a number [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2010/03/22/wordpress-auto-upgrade-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving WordPress Installations</title>
		<link>http://artofsimplicity.co.uk/blog/2009/12/07/moving-wordpress-installations/</link>
		<comments>http://artofsimplicity.co.uk/blog/2009/12/07/moving-wordpress-installations/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 13:00:54 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=147</guid>
		<description><![CDATA[If you are managing lots of WordPress installations for different clients, or any other content management system for that matter (eg. Joomla!, Drupal etc.), you need a way to deploy changes quickly and easily. A problem or annoyance that I come across is when I need to move a development site from my local development [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2009/12/07/moving-wordpress-installations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inserting an exported MySQL dump via Command Line</title>
		<link>http://artofsimplicity.co.uk/blog/2009/07/28/inserting-an-exported-mysql-dump-via-command-line/</link>
		<comments>http://artofsimplicity.co.uk/blog/2009/07/28/inserting-an-exported-mysql-dump-via-command-line/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:43:53 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=136</guid>
		<description><![CDATA[If you are a developer, no doubt you have a local development environment in which you build your website projects, testing every function, every change to make sure that once it&#8217;s ready to go live, you can upload the files and in preparation for launch. Once you get a few projects under your belt, and [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2009/07/28/inserting-an-exported-mysql-dump-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read more style link on WordPress</title>
		<link>http://artofsimplicity.co.uk/blog/2008/12/20/read-more-style-link-on-wordpress/</link>
		<comments>http://artofsimplicity.co.uk/blog/2008/12/20/read-more-style-link-on-wordpress/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 19:13:03 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/2008/12/20/read-more-style-link-on-wordpress/</guid>
		<description><![CDATA[I struggled to find the setting that displayed a shortened version of my posts and showed a &#8216;read more&#8217; style link to the rest of the content. I think these simple touches help to keep the frontpage clear, digestable and tidy in general and encourages users to go further investigate the site. Thanks to Skeedio [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2008/12/20/read-more-style-link-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Twitter Tools Test</title>
		<link>http://artofsimplicity.co.uk/blog/2008/12/20/the-twitter-tools-test/</link>
		<comments>http://artofsimplicity.co.uk/blog/2008/12/20/the-twitter-tools-test/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 18:06:29 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/2008/12/20/the-twitter-tools-test/</guid>
		<description><![CDATA[How do you like that for alliteration? I&#8217;m trying out Twitter Tools v1.5.1a by Alex King at the moment to see if it will do what I want it to. I found a list of 10 Best Twitter Tools for WordPress Blogs from Quick Online Tips. Essentially, I was looking for a WordPress plugin that [...]]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2008/12/20/the-twitter-tools-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anybody there?</title>
		<link>http://artofsimplicity.co.uk/blog/2008/11/08/anybody-there/</link>
		<comments>http://artofsimplicity.co.uk/blog/2008/11/08/anybody-there/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 12:14:54 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://artofsimplicity.co.uk/blog/?p=1</guid>
		<description><![CDATA[&#8220;I&#8217;m here&#8221; is reply. This is the first tentative step into the world of blogging. Where will it go? Nobody can say but we&#8217;ll find out as we go.]]></description>
		<wfw:commentRss>http://artofsimplicity.co.uk/blog/2008/11/08/anybody-there/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
