<?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>paulOr</title>
	<atom:link href="http://www.paulor.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulor.net</link>
	<description>Just another WordPress developer</description>
	<lastBuildDate>Mon, 28 Jan 2013 16:20:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordPress is_blog()</title>
		<link>http://www.paulor.net/wordpress-is_blog/</link>
		<comments>http://www.paulor.net/wordpress-is_blog/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 16:20:37 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[APIs]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[is single]]></category>
		<category><![CDATA[is_blog()]]></category>

		<guid isPermaLink="false">http://www.paulor.net/?p=1479336790</guid>
		<description><![CDATA[<p>Instead of creating a big if statement to figure out if something is in single/archive/blog index etc just use this nice little function I found here.</p><p>The post <a href="http://www.paulor.net/wordpress-is_blog/">WordPress is_blog()</a> appeared first on <a href="http://www.paulor.net">paulOr</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Instead of creating a big if statement to figure out if something is in single/archive/blog index etc just use this nice little function <a href="https://gist.github.com/1189639" target="_blanl">I found here</a>.</p>
<p><script src="https://gist.github.com/1189639.js"></script></p>
<p>The post <a href="http://www.paulor.net/wordpress-is_blog/">WordPress is_blog()</a> appeared first on <a href="http://www.paulor.net">paulOr</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.paulor.net/wordpress-is_blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change WordPress Email From: Name</title>
		<link>http://www.paulor.net/change-wordpress-email-from-name/</link>
		<comments>http://www.paulor.net/change-wordpress-email-from-name/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 17:45:56 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[APIs]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[name]]></category>

		<guid isPermaLink="false">http://www.paulor.net/?p=1479336785</guid>
		<description><![CDATA[<p>I&#8217;ve recently had the need to change the name and email address on emails which come from WordPress and at first glance it looks pretty difficult, most forum posts suggest hacking the core to make it work. Unnecessary, just put &#8230;</p><p>The post <a href="http://www.paulor.net/change-wordpress-email-from-name/">Change WordPress Email From: Name</a> appeared first on <a href="http://www.paulor.net">paulOr</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve recently had the need to change the name and email address on emails which come from WordPress and at first glance it looks pretty difficult, most forum posts suggest hacking the core to make it work. </p>
<p>Unnecessary, just put this into your functions.php</p>
<p><script src="https://gist.github.com/c169eff0ea66e40d9801.js"></script></p>
<p>The post <a href="http://www.paulor.net/change-wordpress-email-from-name/">Change WordPress Email From: Name</a> appeared first on <a href="http://www.paulor.net">paulOr</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.paulor.net/change-wordpress-email-from-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect Page to First Child</title>
		<link>http://www.paulor.net/redirect-page-to-first-child/</link>
		<comments>http://www.paulor.net/redirect-page-to-first-child/#comments</comments>
		<pubDate>Thu, 13 Dec 2012 20:36:50 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[first child]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.paulor.net/?p=1479336777</guid>
		<description><![CDATA[<p>I had the need to redirect a parent page to its first child with no user interaction. Quite simple really&#8230;</p><p>The post <a href="http://www.paulor.net/redirect-page-to-first-child/">Redirect Page to First Child</a> appeared first on <a href="http://www.paulor.net">paulOr</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I had the need to redirect a parent page to its first child with no user interaction. Quite simple really&#8230;</p>
<p><script src="https://gist.github.com/4279594.js"></script></p>
<p>The post <a href="http://www.paulor.net/redirect-page-to-first-child/">Redirect Page to First Child</a> appeared first on <a href="http://www.paulor.net">paulOr</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.paulor.net/redirect-page-to-first-child/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My iPad Mini Review</title>
		<link>http://www.paulor.net/my-ipad-mini-review/</link>
		<comments>http://www.paulor.net/my-ipad-mini-review/#comments</comments>
		<pubDate>Fri, 23 Nov 2012 03:33:50 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[rand()]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[ipad mini]]></category>

		<guid isPermaLink="false">http://www.paulor.net/?p=1479336772</guid>
		<description><![CDATA[<p>I bought one, it looks exactly like the one picture above. Its amazing, buy one. In fact, buy two. They are that good!</p><p>The post <a href="http://www.paulor.net/my-ipad-mini-review/">My iPad Mini Review</a> appeared first on <a href="http://www.paulor.net">paulOr</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1479336773" title="mini_1" src="http://www.paulor.net/wp-content/uploads/2012/11/mini_1.jpg" alt="" width="640" height="528" /></p>
<p>I bought one, it looks exactly like the one picture above. Its amazing, buy one. In fact, buy two. They are that good!</p>
<p>The post <a href="http://www.paulor.net/my-ipad-mini-review/">My iPad Mini Review</a> appeared first on <a href="http://www.paulor.net">paulOr</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.paulor.net/my-ipad-mini-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A wee refresh</title>
		<link>http://www.paulor.net/a-wee-refresh/</link>
		<comments>http://www.paulor.net/a-wee-refresh/#comments</comments>
		<pubDate>Sat, 17 Nov 2012 02:18:39 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[rand()]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[paulor]]></category>

		<guid isPermaLink="false">http://www.paulor.net/?p=1479336770</guid>
		<description><![CDATA[<p>Not sure if I like it&#8230;.</p><p>The post <a href="http://www.paulor.net/a-wee-refresh/">A wee refresh</a> appeared first on <a href="http://www.paulor.net">paulOr</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Not sure if I like it&#8230;.</p>
<p>The post <a href="http://www.paulor.net/a-wee-refresh/">A wee refresh</a> appeared first on <a href="http://www.paulor.net">paulOr</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.paulor.net/a-wee-refresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
