<?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: Simple Section Navigation (WordPress Plugin)</title>
	<atom:link href="http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmurrayconsulting.com</link>
	<description>Web Development and Strategy Experts located in Providence, Rhode Island</description>
	<lastBuildDate>Thu, 02 Sep 2010 20:11:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jake Goldman</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-7513</link>
		<dc:creator>Jake Goldman</dc:creator>
		<pubDate>Wed, 18 Aug 2010 12:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-7513</guid>
		<description>Angie - first, thanks for the invitation. I may follow up on that!

You can hide lower pages by using some smart CSS or writing your own code in the template. The &quot;get_post_ancestors&quot; function (passed a post ID) will return an array of the page&#039;s ancestry. As memory serves, the *last* item in that array is the top level page ID.  If it returns an empty array (or false) just set the top level page to the current page ID. Use that as the &quot;child_of&quot; argument in wp_list_pages with a depth argument of 1 and you should be in business!</description>
		<content:encoded><![CDATA[<p>Angie &#8211; first, thanks for the invitation. I may follow up on that!</p>
<p>You can hide lower pages by using some smart CSS or writing your own code in the template. The &#8220;get_post_ancestors&#8221; function (passed a post ID) will return an array of the page&#8217;s ancestry. As memory serves, the *last* item in that array is the top level page ID.  If it returns an empty array (or false) just set the top level page to the current page ID. Use that as the &#8220;child_of&#8221; argument in wp_list_pages with a depth argument of 1 and you should be in business!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Goldman</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-7509</link>
		<dc:creator>Jake Goldman</dc:creator>
		<pubDate>Wed, 18 Aug 2010 12:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-7509</guid>
		<description>Brenna - you&#039;d need to know how to use WordPress&#039; &quot;apply_filters&quot; function. I&#039;ll try and find some time to add this specific example to the documentation.</description>
		<content:encoded><![CDATA[<p>Brenna &#8211; you&#8217;d need to know how to use WordPress&#8217; &#8220;apply_filters&#8221; function. I&#8217;ll try and find some time to add this specific example to the documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angie</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-7482</link>
		<dc:creator>Angie</dc:creator>
		<pubDate>Tue, 17 Aug 2010 19:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-7482</guid>
		<description>Hi Jake,

FANTASTIC plugin. I asked this question at the WP forums, and on StudioPress for the theme I&#039;m using, and got nothing but crickets.

Your plugin does 95% of what I&#039;d like to do, so I thought I&#039;d ask if CAN do the other 5%!

If I&#039;m on Page A...I want to display only the children of Page A.

Page A Child 1
Page A Child 2
Page A Child 3

Additionally, if I&#039;m on any of those Child pages, I want the same list to show. Your plugin is so close because you give the option to use it as a widget or in the template. I need to output this 5% above the post content (similar to the way it is here: http://www.kippbayarea.org/schools/bridge).

Do you know how to do that, or can your plugin do it? Either way, when I get some free time, I&#039;ll give you a screencasted shout out on my sites.

Also, consider this an invitation to speak at WordCamp Columbus 2011 about either WordPress as CMS or plugin development!

Angie Meeker
www.angiemeekerdesigns.com
www.mynameisangie.com</description>
		<content:encoded><![CDATA[<p>Hi Jake,</p>
<p>FANTASTIC plugin. I asked this question at the WP forums, and on StudioPress for the theme I&#8217;m using, and got nothing but crickets.</p>
<p>Your plugin does 95% of what I&#8217;d like to do, so I thought I&#8217;d ask if CAN do the other 5%!</p>
<p>If I&#8217;m on Page A&#8230;I want to display only the children of Page A.</p>
<p>Page A Child 1<br />
Page A Child 2<br />
Page A Child 3</p>
<p>Additionally, if I&#8217;m on any of those Child pages, I want the same list to show. Your plugin is so close because you give the option to use it as a widget or in the template. I need to output this 5% above the post content (similar to the way it is here: <a href="http://www.kippbayarea.org/schools/bridge)" rel="nofollow">http://www.kippbayarea.org/schools/bridge)</a>.</p>
<p>Do you know how to do that, or can your plugin do it? Either way, when I get some free time, I&#8217;ll give you a screencasted shout out on my sites.</p>
<p>Also, consider this an invitation to speak at WordCamp Columbus 2011 about either WordPress as CMS or plugin development!</p>
<p>Angie Meeker<br />
<a href="http://www.angiemeekerdesigns.com" rel="nofollow">http://www.angiemeekerdesigns.com</a><br />
<a href="http://www.mynameisangie.com" rel="nofollow">http://www.mynameisangie.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenna</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-7454</link>
		<dc:creator>Brenna</dc:creator>
		<pubDate>Mon, 16 Aug 2010 17:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-7454</guid>
		<description>Thank you for the reply. (Many plugin developers never reply to queries from users, so I really appreciate that you took the time to.)

I&#039;m not really sure what you mean when you refer to the &quot;filter for the section nav page list&quot;.  Currently I have the following php:

&lt;?php simple_section_nav(&#039;show_all=0&amp;sort_by=menu_order&amp;title=In this Section:&amp;a_heading=0&amp;before_widget=&amp;after_widget=&amp;before_title=&amp;after_title=&#039;); ?&gt;

...which is outputting the following:

&quot;In this Section:&quot; (title of link list)
Child
Child
Child

The only thing missing is a link to the parent page.  I looked through all of the different parameters that are available and I can&#039;t see any that would do what I need them to -- unless there&#039;s a way to incorporate a dynamic link of some sort into the &quot;after_title&quot; element that automatically fetches the ID/link of the parent page some how...?

Sorry, I&#039;m not very familiar with php.

The website in question (you can see what I have for the section menu so far on the side:
http://www.pinstripepresentations.com/artsvest_wp/about-us/

Thank you again.</description>
		<content:encoded><![CDATA[<p>Thank you for the reply. (Many plugin developers never reply to queries from users, so I really appreciate that you took the time to.)</p>
<p>I&#8217;m not really sure what you mean when you refer to the &#8220;filter for the section nav page list&#8221;.  Currently I have the following php:</p>
<p>&lt;?php simple_section_nav(&#039;show_all=0&amp;sort_by=menu_order&amp;title=In this Section:&amp;a_heading=0&amp;before_widget=&amp;after_widget=&amp;before_title=&amp;after_title=&#8217;); ?&gt;</p>
<p>&#8230;which is outputting the following:</p>
<p>&#8220;In this Section:&#8221; (title of link list)<br />
Child<br />
Child<br />
Child</p>
<p>The only thing missing is a link to the parent page.  I looked through all of the different parameters that are available and I can&#8217;t see any that would do what I need them to &#8212; unless there&#8217;s a way to incorporate a dynamic link of some sort into the &#8220;after_title&#8221; element that automatically fetches the ID/link of the parent page some how&#8230;?</p>
<p>Sorry, I&#8217;m not very familiar with php.</p>
<p>The website in question (you can see what I have for the section menu so far on the side:<br />
<a href="http://www.pinstripepresentations.com/artsvest_wp/about-us/" rel="nofollow">http://www.pinstripepresentations.com/artsvest_wp/about-us/</a></p>
<p>Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Goldman</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-7396</link>
		<dc:creator>Jake Goldman</dc:creator>
		<pubDate>Sat, 14 Aug 2010 19:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-7396</guid>
		<description>@Brenna - you can do this with the filter for the section nav page list. When I have some extra time, I can try and write this up.

The reason I won&#039;t actually build this into the plug-in is because your use case assumes a fairly simple 2-tier set of pages. Imagine you&#039;re another level of depth down. Suddenly that convention becomes pretty confusing.</description>
		<content:encoded><![CDATA[<p>@Brenna &#8211; you can do this with the filter for the section nav page list. When I have some extra time, I can try and write this up.</p>
<p>The reason I won&#8217;t actually build this into the plug-in is because your use case assumes a fairly simple 2-tier set of pages. Imagine you&#8217;re another level of depth down. Suddenly that convention becomes pretty confusing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Goldman</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-7395</link>
		<dc:creator>Jake Goldman</dc:creator>
		<pubDate>Sat, 14 Aug 2010 19:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-7395</guid>
		<description>@brian - I&#039;ll keep that it mind, but I don&#039;t want to add tons of configuration options. You can achieve this using the filter for the title, if you&#039;re savvy with filters and hooks in WordPress. Since less sophisticated developers can fairly easily style the section title to &quot;look&quot; unlinked (look at the body classes), I&#039;m torn on whether its worth adding another configuration option.</description>
		<content:encoded><![CDATA[<p>@brian &#8211; I&#8217;ll keep that it mind, but I don&#8217;t want to add tons of configuration options. You can achieve this using the filter for the title, if you&#8217;re savvy with filters and hooks in WordPress. Since less sophisticated developers can fairly easily style the section title to &#8220;look&#8221; unlinked (look at the body classes), I&#8217;m torn on whether its worth adding another configuration option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Goldman</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-7394</link>
		<dc:creator>Jake Goldman</dc:creator>
		<pubDate>Sat, 14 Aug 2010 19:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-7394</guid>
		<description>@Chuck - remember, the plugin only show the hierarchy *above* the current page, the current page&#039;s siblings, and any immediate children of the current page. So if you&#039;re on the home page (and you have &quot;show on home page&quot; enabled), it will effectively only show its siblings - the other top pages.

You can use the &quot;simple_section_nav&quot; function (documented in the readme and here) in your theme.</description>
		<content:encoded><![CDATA[<p>@Chuck &#8211; remember, the plugin only show the hierarchy *above* the current page, the current page&#8217;s siblings, and any immediate children of the current page. So if you&#8217;re on the home page (and you have &#8220;show on home page&#8221; enabled), it will effectively only show its siblings &#8211; the other top pages.</p>
<p>You can use the &#8220;simple_section_nav&#8221; function (documented in the readme and here) in your theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenna</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-7373</link>
		<dc:creator>Brenna</dc:creator>
		<pubDate>Fri, 13 Aug 2010 22:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-7373</guid>
		<description>Oh this was SO CLOSE to being exactly what I&#039;ve been looking for.  &gt;_&lt;;

The only thing that&#039;s missing is that I need the parent page link to be part of the rest of the link list.  I don&#039;t want it to serve as the title.

Currently what it outputs:

Parent (title of link list)
Child
Child
Child

What I really need is to specify a static title and include the parent link as the first link in the list, like this:

&quot;In this Section:&quot; (title of link list)
Parent
Child
Child
Child

The obvious answer would be for me to just change the styling of the list and put a static &quot;In this Section&quot; title above the php function.  I can&#039;t do that though, or else the &quot;In this Section&quot; title will appear on every single page of the site, whether the menu is supposed to show up or not.

Is there anyway to do this, whether it be through the widget CMS half or calling it through the code with the WP php snippit?</description>
		<content:encoded><![CDATA[<p>Oh this was SO CLOSE to being exactly what I&#8217;ve been looking for.  &gt;_&lt;;</p>
<p>The only thing that&#039;s missing is that I need the parent page link to be part of the rest of the link list.  I don&#039;t want it to serve as the title.</p>
<p>Currently what it outputs:</p>
<p>Parent (title of link list)<br />
Child<br />
Child<br />
Child</p>
<p>What I really need is to specify a static title and include the parent link as the first link in the list, like this:</p>
<p>&quot;In this Section:&quot; (title of link list)<br />
Parent<br />
Child<br />
Child<br />
Child</p>
<p>The obvious answer would be for me to just change the styling of the list and put a static &quot;In this Section&quot; title above the php function.  I can&#039;t do that though, or else the &quot;In this Section&quot; title will appear on every single page of the site, whether the menu is supposed to show up or not.</p>
<p>Is there anyway to do this, whether it be through the widget CMS half or calling it through the code with the WP php snippit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian cooper</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-7371</link>
		<dc:creator>brian cooper</dc:creator>
		<pubDate>Fri, 13 Aug 2010 21:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-7371</guid>
		<description>I just found this plugin and love it. I do have one small suggestion. For me it would be absolutely complete and perfect if, in addition to the option &quot;Determine whether the section title should be linked&quot; I could choose to link the section title, but NOT when on the section title page itself.</description>
		<content:encoded><![CDATA[<p>I just found this plugin and love it. I do have one small suggestion. For me it would be absolutely complete and perfect if, in addition to the option &#8220;Determine whether the section title should be linked&#8221; I could choose to link the section title, but NOT when on the section title page itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-7291</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Tue, 10 Aug 2010 19:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-7291</guid>
		<description>I have this installed and used the widget on sidebar2.
I only get the parent pages.
How do I get the child pages to show up?
How do I hard-code it into the theme, so that it works on all the sub-blogs?
Thanks!</description>
		<content:encoded><![CDATA[<p>I have this installed and used the widget on sidebar2.<br />
I only get the parent pages.<br />
How do I get the child pages to show up?<br />
How do I hard-code it into the theme, so that it works on all the sub-blogs?<br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
