<?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 Plugin Release: Menu Order</title>
	<atom:link href="http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-plugin-release-menu-order</link>
	<description>Life as a Director of Front End Development at High Road Communications, Ottawa</description>
	<lastBuildDate>Tue, 24 Aug 2010 12:20:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/comment-page-1/#comment-2354</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 19 Mar 2010 02:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeatistudio.com/web-development/wordpress-plugin-release-menu-order/#comment-2354</guid>
		<description>Jim, the plugin does not handle that aspect of the navigation. However, you can easily remove items from your navigation by adding a custom field to the pages you want displayed, and then filtering them by using the &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_pages&quot; rel=&quot;nofollow&quot;&gt;&lt;code&gt;wp_list_pages&lt;/code&gt;&lt;/a&gt; function. This function has an attribute called &lt;code&gt;meta_key&lt;/code&gt;&lt;code&gt;, and if  you set this to the value that you used when defining the custom field, it will include this page for output - excluding all other pages &lt;strong&gt;that do not have&lt;/strong&gt; this custom field set.&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Jim, the plugin does not handle that aspect of the navigation. However, you can easily remove items from your navigation by adding a custom field to the pages you want displayed, and then filtering them by using the <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages" rel="nofollow"><code>wp_list_pages</code></a> function. This function has an attribute called <code>meta_key</code><code>, and if  you set this to the value that you used when defining the custom field, it will include this page for output - excluding all other pages <strong>that do not have</strong> this custom field set.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/comment-page-1/#comment-2353</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 18 Mar 2010 17:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeatistudio.com/web-development/wordpress-plugin-release-menu-order/#comment-2353</guid>
		<description>This will only help me if I can use this system to &quot;not include&quot; pages that I do not want to appear in the navigation menu at the top of the page.  Will  this allow me to do that?</description>
		<content:encoded><![CDATA[<p>This will only help me if I can use this system to &#8220;not include&#8221; pages that I do not want to appear in the navigation menu at the top of the page.  Will  this allow me to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/comment-page-1/#comment-2342</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 07 Jan 2010 18:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeatistudio.com/web-development/wordpress-plugin-release-menu-order/#comment-2342</guid>
		<description>Cristian, thanks for the comments :) As of this time, I don&#039;t intend to enhance the plugin (it was mainly built just to satisfy my annoyance for ordering pages around the old manual way.

Feel free to build onto this though, using your suggestions - it definitely sounds like a good idea!</description>
		<content:encoded><![CDATA[<p>Cristian, thanks for the comments <img src='http://www.lifeathighroad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  As of this time, I don&#8217;t intend to enhance the plugin (it was mainly built just to satisfy my annoyance for ordering pages around the old manual way.</p>
<p>Feel free to build onto this though, using your suggestions &#8211; it definitely sounds like a good idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/comment-page-1/#comment-2337</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Mon, 28 Dec 2009 22:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeatistudio.com/web-development/wordpress-plugin-release-menu-order/#comment-2337</guid>
		<description>Continuing the idea:

Line 144: 
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;post_title; ?&gt;&lt;/a&gt;

In the template:
$mike_menu = mike_menu_function();  //return &#039;include=3,5,4,7&#039;
wp_list_pages($mike_menu);</description>
		<content:encoded><![CDATA[<p>Continuing the idea:</p>
<p>Line 144:<br />
<a href="#" rel="nofollow">post_title; ?&gt;</a></p>
<p>In the template:<br />
$mike_menu = mike_menu_function();  //return &#8216;include=3,5,4,7&#8242;<br />
wp_list_pages($mike_menu);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/comment-page-1/#comment-2336</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Mon, 28 Dec 2009 22:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeatistudio.com/web-development/wordpress-plugin-release-menu-order/#comment-2336</guid>
		<description>Mike,

Great work! 

This could be the best menu plugin ever for WP if you only add an option for making them visible in the menu (and a function calling the wp_list_pages() including just marked ones).

mike_menu();

;)</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Great work! </p>
<p>This could be the best menu plugin ever for WP if you only add an option for making them visible in the menu (and a function calling the wp_list_pages() including just marked ones).</p>
<p>mike_menu();</p>
<p> <img src='http://www.lifeathighroad.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/comment-page-1/#comment-1894</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 01 Dec 2009 01:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeatistudio.com/web-development/wordpress-plugin-release-menu-order/#comment-1894</guid>
		<description>Philip: There&#039;s not a whole lot different between this one and PageMash; however, one slight improvement that mine offers is that the navigation is updated &#039;on-the-fly&#039; - no need to click a submit/update button after the menu is sorted. Mine sorts as soon as you &#039;drop&#039; the selected page on the target.</description>
		<content:encoded><![CDATA[<p>Philip: There&#8217;s not a whole lot different between this one and PageMash; however, one slight improvement that mine offers is that the navigation is updated &#8216;on-the-fly&#8217; &#8211; no need to click a submit/update button after the menu is sorted. Mine sorts as soon as you &#8216;drop&#8217; the selected page on the target.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Downer</title>
		<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/comment-page-1/#comment-1888</link>
		<dc:creator>Philip Downer</dc:creator>
		<pubDate>Mon, 30 Nov 2009 23:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeatistudio.com/web-development/wordpress-plugin-release-menu-order/#comment-1888</guid>
		<description>How is this different than the PageMash plugin?</description>
		<content:encoded><![CDATA[<p>How is this different than the PageMash plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/comment-page-1/#comment-1837</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 28 Nov 2009 22:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeatistudio.com/web-development/wordpress-plugin-release-menu-order/#comment-1837</guid>
		<description>great thanks a lot, will give it a shot in a few hours and let you know how it worked out.</description>
		<content:encoded><![CDATA[<p>great thanks a lot, will give it a shot in a few hours and let you know how it worked out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/comment-page-1/#comment-1836</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 28 Nov 2009 21:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeatistudio.com/web-development/wordpress-plugin-release-menu-order/#comment-1836</guid>
		<description>Hi Tim,

The issue was fixed earlier today; you&#039;ll need to download version 1.02. The prior version had a problem with the assets being in the wrong folder, so when I was calling them from the main plugin file, they were not being found.</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>The issue was fixed earlier today; you&#8217;ll need to download version 1.02. The prior version had a problem with the assets being in the wrong folder, so when I was calling them from the main plugin file, they were not being found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.lifeathighroad.com/web-development/wordpress-plugin-release-menu-order/comment-page-1/#comment-1835</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 28 Nov 2009 21:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeatistudio.com/web-development/wordpress-plugin-release-menu-order/#comment-1835</guid>
		<description>hey mike I&#039;m having the same problem as Huge, I&#039;m using firefox 3.5.5 and my java scrip is enabled</description>
		<content:encoded><![CDATA[<p>hey mike I&#8217;m having the same problem as Huge, I&#8217;m using firefox 3.5.5 and my java scrip is enabled</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 6/24 queries in 0.015 seconds using disk

Served from: www.lifeathighroad.com @ 2010-09-07 19:17:08 -->