<?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>wpGeek &#187; Tutorials</title>
	<atom:link href="http://www.wpgeek.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpgeek.com</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 08:15:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to check if page have subpages/childrens</title>
		<link>http://www.wpgeek.com/tutorials/how-to-check-if-wordpress-page-have-subpageschildrens/</link>
		<comments>http://www.wpgeek.com/tutorials/how-to-check-if-wordpress-page-have-subpageschildrens/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 08:08:56 +0000</pubDate>
		<dc:creator>wpGeek</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[childrens]]></category>
		<category><![CDATA[parents]]></category>
		<category><![CDATA[subpages]]></category>

		<guid isPermaLink="false">http://www.wpgeek.com/?p=227</guid>
		<description><![CDATA[So I needed a function for which would check whether page has subpages/childrens or not. So I came up with this: Just put this code in functions.php: function post_have_children($id){ $children = get_pages('child_of='.$id); if(count($children) == 0){ return false; } else{ return true; } } Ussage: &#60;?php post_have_children('pageID'); ?&#62; pageID &#8211; the id of the page you [...]]]></description>
		<wfw:commentRss>http://www.wpgeek.com/tutorials/how-to-check-if-wordpress-page-have-subpageschildrens/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to limit WordPress posts title</title>
		<link>http://www.wpgeek.com/tutorials/limit-post-title/</link>
		<comments>http://www.wpgeek.com/tutorials/limit-post-title/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 10:59:34 +0000</pubDate>
		<dc:creator>wpGeek</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wpgeek.com/?p=190</guid>
		<description><![CDATA[During my work as a wordpress theme coder I came across that there are request for a function on how to limit the post titles.]]></description>
		<wfw:commentRss>http://www.wpgeek.com/tutorials/limit-post-title/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How To Obtain Proper WordPress Hosting</title>
		<link>http://www.wpgeek.com/tutorials/wordpress-hosting/</link>
		<comments>http://www.wpgeek.com/tutorials/wordpress-hosting/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 12:40:38 +0000</pubDate>
		<dc:creator>wpGeek</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://www.wpgeek.com/?p=156</guid>
		<description><![CDATA[Wordpress hosting has become a top running competitive keyword for many hosting providers, along with shared hosting and dedicated hosting. As more and more...]]></description>
		<wfw:commentRss>http://www.wpgeek.com/tutorials/wordpress-hosting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating custom wordpress theme</title>
		<link>http://www.wpgeek.com/tutorials/custom-wordpress-theme-creation/</link>
		<comments>http://www.wpgeek.com/tutorials/custom-wordpress-theme-creation/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 07:35:50 +0000</pubDate>
		<dc:creator>wpGeek</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress template]]></category>

		<guid isPermaLink="false">http://www.wpgeek.com/?p=136</guid>
		<description><![CDATA[First, what you need to do, if you have never worked with wordpress before, is to find a template for wordpress themes, this will make your live a lot easier.]]></description>
		<wfw:commentRss>http://www.wpgeek.com/tutorials/custom-wordpress-theme-creation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What you need for creating wordpress theme</title>
		<link>http://www.wpgeek.com/tutorials/creating-wordpress-theme/</link>
		<comments>http://www.wpgeek.com/tutorials/creating-wordpress-theme/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 01:41:44 +0000</pubDate>
		<dc:creator>wpGeek</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wpgeek.com/2008/03/20/interested-in-creating-wordpress-theme/</guid>
		<description><![CDATA[Creating a WordPress theme from scratch is not hard. I’ll hold your hand through it.]]></description>
		<wfw:commentRss>http://www.wpgeek.com/tutorials/creating-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

