<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WordPress Show title and excerpt of child pages on Parent page</title>
	<atom:link href="http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/</link>
	<description>PHP,Wordpress,Jquery Expert</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:57:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Rosendo Cuyasen</title>
		<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/comment-page-1/#comment-7116</link>
		<dc:creator>Rosendo Cuyasen</dc:creator>
		<pubDate>Thu, 12 Jan 2012 23:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=469#comment-7116</guid>
		<description>This is really a source for our development for Wordpress. Glad that I had found this simple tips. 

Thanks a lot..</description>
		<content:encoded><![CDATA[<p>This is really a source for our development for WordPress. Glad that I had found this simple tips. </p>
<p>Thanks a lot..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gezgin</title>
		<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/comment-page-1/#comment-7078</link>
		<dc:creator>gezgin</dc:creator>
		<pubDate>Tue, 10 Jan 2012 04:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=469#comment-7078</guid>
		<description>I basically know nothing about php. Can someone please tell step by step what to do?

Do I have to put the code on page.php? If so which part of the existing code?

I tried to put it on the page but it is not displaying correctly.

Thanks</description>
		<content:encoded><![CDATA[<p>I basically know nothing about php. Can someone please tell step by step what to do?</p>
<p>Do I have to put the code on page.php? If so which part of the existing code?</p>
<p>I tried to put it on the page but it is not displaying correctly.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klixindia</title>
		<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/comment-page-1/#comment-7065</link>
		<dc:creator>Klixindia</dc:creator>
		<pubDate>Mon, 09 Jan 2012 11:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=469#comment-7065</guid>
		<description>This is a great article.. Before finding this i was searching over google from last one week...</description>
		<content:encoded><![CDATA[<p>This is a great article.. Before finding this i was searching over google from last one week&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horsham</title>
		<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/comment-page-1/#comment-6549</link>
		<dc:creator>Horsham</dc:creator>
		<pubDate>Mon, 05 Dec 2011 21:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=469#comment-6549</guid>
		<description>Thanks for the code, now I just got to figure out how to use it with the theme I&#039;m using which is nearly done and then the styling.</description>
		<content:encoded><![CDATA[<p>Thanks for the code, now I just got to figure out how to use it with the theme I&#8217;m using which is nearly done and then the styling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sabrina</title>
		<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/comment-page-1/#comment-6084</link>
		<dc:creator>sabrina</dc:creator>
		<pubDate>Fri, 25 Nov 2011 04:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=469#comment-6084</guid>
		<description>Thanks for the codes for this.  Any way there&#039;s a plugin that can install the code itself?</description>
		<content:encoded><![CDATA[<p>Thanks for the codes for this.  Any way there&#8217;s a plugin that can install the code itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snilesh</title>
		<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/comment-page-1/#comment-5188</link>
		<dc:creator>snilesh</dc:creator>
		<pubDate>Mon, 19 Sep 2011 14:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=469#comment-5188</guid>
		<description>just change following line
[php]
$child_pages = $wpdb-&gt;get_results(&quot;SELECT *  FROM $wpdb-&gt;posts WHERE post_parent = &quot;.$post-&gt;ID.&quot;   AND post_type = &#039;page&#039; ORDER BY menu_order&quot;, &#039;OBJECT&#039;); 
[/php]

with this one

[php]
$child_pages = $wpdb-&gt;get_results(&quot;SELECT *  FROM $wpdb-&gt;posts WHERE post_parent = &quot;.$post-&gt;ID.&quot;   AND post_type = &#039;page&#039; ORDER BY RAND() LIMIT 3&quot;, &#039;OBJECT&#039;); 
[/php]</description>
		<content:encoded><![CDATA[<p>just change following line</p>
<pre class="brush: php; title: ; notranslate">
$child_pages = $wpdb-&gt;get_results(&quot;SELECT *  FROM $wpdb-&gt;posts WHERE post_parent = &quot;.$post-&gt;ID.&quot;   AND post_type = 'page' ORDER BY menu_order&quot;, 'OBJECT');
</pre>
<p>with this one</p>
<pre class="brush: php; title: ; notranslate">
$child_pages = $wpdb-&gt;get_results(&quot;SELECT *  FROM $wpdb-&gt;posts WHERE post_parent = &quot;.$post-&gt;ID.&quot;   AND post_type = 'page' ORDER BY RAND() LIMIT 3&quot;, 'OBJECT');
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/comment-page-1/#comment-5187</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 19 Sep 2011 14:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=469#comment-5187</guid>
		<description>Hi there, this is a great post! All I am wondering is how I would make it show a random post and show only 3 of the parent pages at once. If this could be answered I would be really grateful</description>
		<content:encoded><![CDATA[<p>Hi there, this is a great post! All I am wondering is how I would make it show a random post and show only 3 of the parent pages at once. If this could be answered I would be really grateful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/comment-page-1/#comment-5069</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 05 Sep 2011 09:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=469#comment-5069</guid>
		<description>I too would love to know how to exclude a few pages from this code.. Otherwise, this is fantastic bit of code!</description>
		<content:encoded><![CDATA[<p>I too would love to know how to exclude a few pages from this code.. Otherwise, this is fantastic bit of code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/comment-page-1/#comment-4459</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 05 Jul 2011 18:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=469#comment-4459</guid>
		<description>This code works perfect! Is is possible to exclude a certain child page from displaying?</description>
		<content:encoded><![CDATA[<p>This code works perfect! Is is possible to exclude a certain child page from displaying?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamie</title>
		<link>http://www.snilesh.com/resources/wordpress/wordpress-tips-and-tricks/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/comment-page-1/#comment-4139</link>
		<dc:creator>jamie</dc:creator>
		<pubDate>Thu, 19 May 2011 22:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.snilesh.com/?p=469#comment-4139</guid>
		<description>o</description>
		<content:encoded><![CDATA[<p>o</p>
]]></content:encoded>
	</item>
</channel>
</rss>

