<?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>Sat, 20 Mar 2010 23:32:47 +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-3990</link>
		<dc:creator>Jake Goldman</dc:creator>
		<pubDate>Sat, 20 Mar 2010 23:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-3990</guid>
		<description>Jupiter - to be clear, your posts page is set - in settings - to a specific page?</description>
		<content:encoded><![CDATA[<p>Jupiter &#8211; to be clear, your posts page is set &#8211; in settings &#8211; to a specific page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jupiter76</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-3930</link>
		<dc:creator>jupiter76</dc:creator>
		<pubDate>Wed, 17 Mar 2010 18:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-3930</guid>
		<description>Hello, this is a wonderful navigation widget!  I&#039;ve gotten it to work swimmingly but I seem to be having the same problem as Matt did in the comments above.  On my post pages which reference single.php, my navigation disappears.  You mentioned this was a bug and it was fixed.  I&#039;m currently using your widget version 2.0 with the latest version of Wordpress.  Has the bug really been fixed?  I cannot figure out why the widget isn&#039;t showing up, even though the sidebar with the widget is definitely being called.

Thanks for all your help!!!</description>
		<content:encoded><![CDATA[<p>Hello, this is a wonderful navigation widget!  I&#8217;ve gotten it to work swimmingly but I seem to be having the same problem as Matt did in the comments above.  On my post pages which reference single.php, my navigation disappears.  You mentioned this was a bug and it was fixed.  I&#8217;m currently using your widget version 2.0 with the latest version of Wordpress.  Has the bug really been fixed?  I cannot figure out why the widget isn&#8217;t showing up, even though the sidebar with the widget is definitely being called.</p>
<p>Thanks for all your help!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-3729</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Tue, 02 Mar 2010 00:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-3729</guid>
		<description>Sorry, I should have said - to get the shortcode function working, paste all of that code into your theme&#039;s function.php file.</description>
		<content:encoded><![CDATA[<p>Sorry, I should have said &#8211; to get the shortcode function working, paste all of that code into your theme&#8217;s function.php file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-3728</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Tue, 02 Mar 2010 00:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-3728</guid>
		<description>Thanks Jake!

I&#039;ve created a shortcode for this which might be helpful for other people, here it is - hopefully this will work in a comment. :)

[code]
// ADD SHORTCODE FOR SIMPLE SECTION NAV
// To add this to posts, use: [sectionNav]
// If you would like to enable shortcodes in your sidebar too, uncomment the following line:
// add_filter(&#039;widget_text&#039;, &#039;do_shortcode&#039;);
function my_simple_section_nav() {
    echo simple_section_nav(&#039;before_widget=&amp;after_widget=&amp;a_heading=true&#039;);
}
add_shortcode(&quot;sectionNav&quot;, &quot;my_simple_section_nav&quot;); 
[/code]</description>
		<content:encoded><![CDATA[<p>Thanks Jake!</p>
<p>I&#8217;ve created a shortcode for this which might be helpful for other people, here it is &#8211; hopefully this will work in a comment. <img src='http://www.cmurrayconsulting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[code]<br />
// ADD SHORTCODE FOR SIMPLE SECTION NAV<br />
// To add this to posts, use: [sectionNav]<br />
// If you would like to enable shortcodes in your sidebar too, uncomment the following line:<br />
// add_filter('widget_text', 'do_shortcode');<br />
function my_simple_section_nav() {<br />
    echo simple_section_nav('before_widget=&amp;after_widget=&amp;a_heading=true');<br />
}<br />
add_shortcode("sectionNav", "my_simple_section_nav");<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Goldman</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-3415</link>
		<dc:creator>Jake Goldman</dc:creator>
		<pubDate>Tue, 09 Feb 2010 02:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-3415</guid>
		<description>Michelle - thanks for the positive feedback! We&#039;ll add those options in a future update. As an interim work around, you can use the CSS &quot;before&quot; property for many browsers.</description>
		<content:encoded><![CDATA[<p>Michelle &#8211; thanks for the positive feedback! We&#8217;ll add those options in a future update. As an interim work around, you can use the CSS &#8220;before&#8221; property for many browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-3409</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-3409</guid>
		<description>Awesome update, thank you very much! This was a great plugin before and you&#039;ve made it even better.

I have a request for future versions - adding in the parameters link_before and link_after (as used in wp_list_pages()). I never thought I&#039;d need this, but the latest site I&#039;m working on adds a &quot;&#187;&quot; (&gt;&gt;) symbol in more places than I thought possible. :-) 

Thanks again for the fantastic plugin! It&#039;s incredibly useful. 

Michelle</description>
		<content:encoded><![CDATA[<p>Awesome update, thank you very much! This was a great plugin before and you&#8217;ve made it even better.</p>
<p>I have a request for future versions &#8211; adding in the parameters link_before and link_after (as used in wp_list_pages()). I never thought I&#8217;d need this, but the latest site I&#8217;m working on adds a &#8220;&raquo;&#8221; (&gt;&gt;) symbol in more places than I thought possible. <img src='http://www.cmurrayconsulting.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>Thanks again for the fantastic plugin! It&#8217;s incredibly useful. </p>
<p>Michelle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Expectations for Wordpress 3 &#124; Eleventh Edition - A Creative Agency in Glasgow</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-3335</link>
		<dc:creator>Expectations for Wordpress 3 &#124; Eleventh Edition - A Creative Agency in Glasgow</dc:creator>
		<pubDate>Mon, 01 Feb 2010 12:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-3335</guid>
		<description>[...] order to improve server performance as well as making pages load quicker. Another great plugin is Simple Section Navigation which is essential for CMS installations. It allows the display of page siblings, parents and [...]</description>
		<content:encoded><![CDATA[<p>[...] order to improve server performance as well as making pages load quicker. Another great plugin is Simple Section Navigation which is essential for CMS installations. It allows the display of page siblings, parents and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Baker</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-3137</link>
		<dc:creator>Arthur Baker</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-3137</guid>
		<description>&gt;&gt;My guess would be that you have a problem in your template&lt;&lt;

That was the problem. I&#039;m using Ajaxed WP and to allow the pagination effects on &quot;pages&quot; as opposed to &quot;posts&quot; the following code has to be placed just before calling the loop in the page template:

[code]
		is_page = false;
		$wp_query-&gt;is_archive = true; ?&gt;

[/code] (Hope I did that correctly)

When I used your insertion code just before this php call, it works, if placed after, not at all. Since I was calling the sidebar.php file below the content div closing, which was after that code block, it didn&#039;t work. 

After moving the sidebars call above this code, it now works fine: http://abdesignweb.com/WP-test/candidates-issues/test-page-for-candidates-issues/ 

Now, all I have to do if work on the styling.

Thanks for the quick response!

Arthur</description>
		<content:encoded><![CDATA[<p>&gt;&gt;My guess would be that you have a problem in your template&lt;&lt;</p>
<p>That was the problem. I&#039;m using Ajaxed WP and to allow the pagination effects on &quot;pages&quot; as opposed to &quot;posts&quot; the following code has to be placed just before calling the loop in the page template:</p>
<p>[code]<br />
		is_page = false;<br />
		$wp_query-&gt;is_archive = true; ?&gt;</p>
<p>[/code] (Hope I did that correctly)</p>
<p>When I used your insertion code just before this php call, it works, if placed after, not at all. Since I was calling the sidebar.php file below the content div closing, which was after that code block, it didn&#8217;t work. </p>
<p>After moving the sidebars call above this code, it now works fine: <a href="http://abdesignweb.com/WP-test/candidates-issues/test-page-for-candidates-issues/" rel="nofollow">http://abdesignweb.com/WP-test/candidates-issues/test-page-for-candidates-issues/</a> </p>
<p>Now, all I have to do if work on the styling.</p>
<p>Thanks for the quick response!</p>
<p>Arthur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Goldman</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-3133</link>
		<dc:creator>Jake Goldman</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-3133</guid>
		<description>I can&#039;t be sure without looking at the code, Arthur. My guess would be that you have a problem in your template - that your new a post query that overrides the default page information somewhere before that widget area.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t be sure without looking at the code, Arthur. My guess would be that you have a problem in your template &#8211; that your new a post query that overrides the default page information somewhere before that widget area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Baker</title>
		<link>http://www.cmurrayconsulting.com/software/wordpress-simple-section-navigation/#comment-3132</link>
		<dc:creator>Arthur Baker</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmurrayconsulting.com/?page_id=400#comment-3132</guid>
		<description>Hi,

Great plugin idea! Hope that I can get it working . . .

I&#039;m trying to implement this on a test site and it works when I add it to the main page template&#039;s content section, just before the WP loop is called. See here: http://abdesignweb.com/WP-test/about-us/

But if it is added via the widget in the sidebar, it doesn&#039;t process the php call and no list shows, see here: http://abdesignweb.com/WP-test/candidates-issues/test-page-for-candidates-issues/. If I hard code it before the widgetized area of the sidebar, the same result happens, no list.

If I put the code in the content area of that last page it will show up the list.

Any clues as to what I&#039;m doing wrong?

Thanks,

Arthur</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great plugin idea! Hope that I can get it working . . .</p>
<p>I&#8217;m trying to implement this on a test site and it works when I add it to the main page template&#8217;s content section, just before the WP loop is called. See here: <a href="http://abdesignweb.com/WP-test/about-us/" rel="nofollow">http://abdesignweb.com/WP-test/about-us/</a></p>
<p>But if it is added via the widget in the sidebar, it doesn&#8217;t process the php call and no list shows, see here: <a href="http://abdesignweb.com/WP-test/candidates-issues/test-page-for-candidates-issues/" rel="nofollow">http://abdesignweb.com/WP-test/candidates-issues/test-page-for-candidates-issues/</a>. If I hard code it before the widgetized area of the sidebar, the same result happens, no list.</p>
<p>If I put the code in the content area of that last page it will show up the list.</p>
<p>Any clues as to what I&#8217;m doing wrong?</p>
<p>Thanks,</p>
<p>Arthur</p>
]]></content:encoded>
	</item>
</channel>
</rss>
