<?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: RYO Folding Page List &amp; Widget</title>
	<atom:link href="http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/</link>
	<description>&#34;We help you get started, then you RYO - Run Your Own!&#34;</description>
	<lastBuildDate>Tue, 07 Sep 2010 16:07:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Louie</title>
		<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/comment-page-1/#comment-13804</link>
		<dc:creator>Louie</dc:creator>
		<pubDate>Thu, 22 Jul 2010 17:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://ryowebsite.com/?p=148#comment-13804</guid>
		<description>&lt;p&gt;I need a way to be able to show the entire list of pages without them disappearing when the visitor goes to the 3rd level page, for example, I have:&lt;/p&gt;

&lt;p&gt;main page
-sub page
--sub sub page&lt;/p&gt;

&lt;p&gt;I need the list of sub pages to still be listed when a user goes to the sub sub page, I tried loading another instance of the widget that includes all pages, but it still hides all of the pages when you are in the 3rd level page, is there a way around this?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I need a way to be able to show the entire list of pages without them disappearing when the visitor goes to the 3rd level page, for example, I have:</p>

<p>main page
-sub page
&#8211;sub sub page</p>

<p>I need the list of sub pages to still be listed when a user goes to the sub sub page, I tried loading another instance of the widget that includes all pages, but it still hides all of the pages when you are in the 3rd level page, is there a way around this?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/comment-page-1/#comment-13788</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 21 Jun 2010 23:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://ryowebsite.com/?p=148#comment-13788</guid>
		<description>&lt;p&gt;Paul, this has not moved out of beta yet.&lt;/p&gt;

&lt;p&gt;What problems is your client experiencing? With which version of WordPress?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Paul, this has not moved out of beta yet.</p>

<p>What problems is your client experiencing? With which version of WordPress?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/comment-page-1/#comment-13787</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 21 Jun 2010 13:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://ryowebsite.com/?p=148#comment-13787</guid>
		<description>&lt;p&gt;I have a client who has upgraded to beta and has problems. Where is the download for the initial stable release please?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a client who has upgraded to beta and has problems. Where is the download for the initial stable release please?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/comment-page-1/#comment-13585</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sun, 25 Apr 2010 15:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://ryowebsite.com/?p=148#comment-13585</guid>
		<description>&lt;p&gt;The way the widget does it is to exclude pages you don&#039;t want to see by building an exclude list. You check off pages to include, and others are excluded. OR you check off pages to exclude, and those are passed in the exclude list.&lt;/p&gt;

&lt;p&gt;You might try it in a widget and look at the code the widget generates, grab the code from there. Then you could pull the widget.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The way the widget does it is to exclude pages you don&#8217;t want to see by building an exclude list. You check off pages to include, and others are excluded. OR you check off pages to exclude, and those are passed in the exclude list.</p>

<p>You might try it in a widget and look at the code the widget generates, grab the code from there. Then you could pull the widget.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/comment-page-1/#comment-13584</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Sun, 25 Apr 2010 15:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://ryowebsite.com/?p=148#comment-13584</guid>
		<description>&lt;p&gt;I have still got a problem :)
Oh... my English is bad ))))
I will try to explain:&lt;/p&gt;

&lt;p&gt;I have 3 pages that have many sub pages. This sub pages also have sub pages.&lt;/p&gt;

&lt;p&gt;I want to have 3 sidebar menus, for each kind of page.&lt;/p&gt;

&lt;p&gt;When i use 
ryofpl_folding_list_pages(&#039;child_of=X&amp;siblings=1&#039;);
where  X - id of the page, i cant see whole tree;&lt;/p&gt;

&lt;p&gt;When i use 
ryofpl_folding_list_pages(&#039;siblings=1&#039;);
It shows me all pages.&lt;/p&gt;

&lt;p&gt;My question - how to make folding list pages only for one page?
Thank You!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have still got a problem :)
Oh&#8230; my English is bad ))))
I will try to explain:</p>

<p>I have 3 pages that have many sub pages. This sub pages also have sub pages.</p>

<p>I want to have 3 sidebar menus, for each kind of page.</p>

<p>When i use 
ryofpl_folding_list_pages(&#8216;child_of=X&amp;siblings=1&#8242;);
where  X &#8211; id of the page, i cant see whole tree;</p>

<p>When i use 
ryofpl_folding_list_pages(&#8216;siblings=1&#8242;);
It shows me all pages.</p>

<p>My question &#8211; how to make folding list pages only for one page?
Thank You!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/comment-page-1/#comment-13583</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Sun, 25 Apr 2010 14:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://ryowebsite.com/?p=148#comment-13583</guid>
		<description>&lt;p&gt;No, it is all clear! )&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No, it is all clear! )</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/comment-page-1/#comment-13575</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sat, 24 Apr 2010 15:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://ryowebsite.com/?p=148#comment-13575</guid>
		<description>&lt;p&gt;Is there something more I can help you with?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there something more I can help you with?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/comment-page-1/#comment-13571</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Sat, 24 Apr 2010 11:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://ryowebsite.com/?p=148#comment-13571</guid>
		<description>&lt;p&gt;Thank`s, I found some comments in php files of plugin, and understood that)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank`s, I found some comments in php files of plugin, and understood that)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/comment-page-1/#comment-13566</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 23 Apr 2010 18:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://ryowebsite.com/?p=148#comment-13566</guid>
		<description>&lt;p&gt;Dmitry,&lt;/p&gt;

&lt;p&gt;How to use plugin without widget?&lt;/p&gt;

&lt;p&gt;You call ryofpl_folding_list_pages() using the same arguments you would for wp_list_pages().&lt;/p&gt;

&lt;p&gt;Consider it to be a direct replacement for that function. (Ultimately, it actually calls the function
after excluding child pages for non-current parents.)&lt;/p&gt;

&lt;p&gt;There &lt;em&gt;is&lt;/em&gt; one additional argument, optional:&lt;/p&gt;

&lt;p&gt;You can set &lt;code&gt;siblings=1&lt;/code&gt; if you want to display &quot;siblings,&quot; the other child pages to the 
current parent page. This was the request Raphael made earlier.&lt;/p&gt;

&lt;p&gt;(I&#039;ve updated the documentation Q&amp;A above to reflect this.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dmitry,</p>

<p>How to use plugin without widget?</p>

<p>You call ryofpl_folding_list_pages() using the same arguments you would for wp_list_pages().</p>

<p>Consider it to be a direct replacement for that function. (Ultimately, it actually calls the function
after excluding child pages for non-current parents.)</p>

<p>There <em>is</em> one additional argument, optional:</p>

<p>You can set <code>siblings=1</code> if you want to display &#8220;siblings,&#8221; the other child pages to the 
current parent page. This was the request Raphael made earlier.</p>

<p>(I&#8217;ve updated the documentation Q&amp;A above to reflect this.)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://ryowebsite.com/wp-plugins/ryo-folding-page-list-widget/comment-page-1/#comment-13564</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Fri, 23 Apr 2010 15:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://ryowebsite.com/?p=148#comment-13564</guid>
		<description>&lt;p&gt;How to use plugin without widget?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How to use plugin without widget?</p>]]></content:encoded>
	</item>
</channel>
</rss>
