<?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: Move the WordPress page links to the header</title>
	<atom:link href="http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/</link>
	<description>Life is full of code</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:48:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: jamespiggot</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/comment-page-1/#comment-29</link>
		<dc:creator>jamespiggot</dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=289#comment-29</guid>
		<description>Ashley, I have just posted another article that describes how to list the pages using the settings in the page widget, if you&#039;re interested have a look at &lt;a href=&quot;http://www.fuzzymargins.com/2010/01/move-the-wordpress-pages-to-the-header-revisited/&quot; rel=&quot;nofollow&quot;&gt;move-the-wordpress-pages-to-the-header-revisited&lt;/a&gt; in this blog.</description>
		<content:encoded><![CDATA[<p>Ashley, I have just posted another article that describes how to list the pages using the settings in the page widget, if you&#8217;re interested have a look at <a href="http://www.fuzzymargins.com/2010/01/move-the-wordpress-pages-to-the-header-revisited/" rel="nofollow">move-the-wordpress-pages-to-the-header-revisited</a> in this blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamespiggot</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/comment-page-1/#comment-27</link>
		<dc:creator>jamespiggot</dc:creator>
		<pubDate>Tue, 19 Jan 2010 07:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=289#comment-27</guid>
		<description>Sorry, meant custom fields rather than custom tags. You add a custom field to each page, for example &lt;em&gt;viewheader&lt;/em&gt; with value equal to YES if you want to display it in the header. Then you check for the custom field and generate the filter for wp_list_pages.</description>
		<content:encoded><![CDATA[<p>Sorry, meant custom fields rather than custom tags. You add a custom field to each page, for example <em>viewheader</em> with value equal to YES if you want to display it in the header. Then you check for the custom field and generate the filter for wp_list_pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/comment-page-1/#comment-26</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Mon, 18 Jan 2010 00:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=289#comment-26</guid>
		<description>As for the tags on the pages, how do i do that?  I see i can put tags on posts but not actual pages.

thanks so much for the help.</description>
		<content:encoded><![CDATA[<p>As for the tags on the pages, how do i do that?  I see i can put tags on posts but not actual pages.</p>
<p>thanks so much for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamespiggot</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/comment-page-1/#comment-25</link>
		<dc:creator>jamespiggot</dc:creator>
		<pubDate>Sun, 17 Jan 2010 20:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=289#comment-25</guid>
		<description>Yes that is a problem, the page widget is more complex although it does eventually use the same wp_list_pages procedure, it generates the arguments from the metadata held for the widget. You may be able to get the effect you are looking for by creating a sidebar that is displayed horizontally under the header.  The other option to explore is using the hierarchy of pages to limit which pages are displayed in which location. The ideal would be to have the capacity to show certain pages in the header and certain pages in the sidebar, that can be done by setting the filters manually on wp_list_pages but that is not really for non-technical users as you say. Another option is to use custom tags on pages and then filter them out on wp_list_pages.</description>
		<content:encoded><![CDATA[<p>Yes that is a problem, the page widget is more complex although it does eventually use the same wp_list_pages procedure, it generates the arguments from the metadata held for the widget. You may be able to get the effect you are looking for by creating a sidebar that is displayed horizontally under the header.  The other option to explore is using the hierarchy of pages to limit which pages are displayed in which location. The ideal would be to have the capacity to show certain pages in the header and certain pages in the sidebar, that can be done by setting the filters manually on wp_list_pages but that is not really for non-technical users as you say. Another option is to use custom tags on pages and then filter them out on wp_list_pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/comment-page-1/#comment-24</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Sun, 17 Jan 2010 02:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=289#comment-24</guid>
		<description>I didnt have any arguments posted because i was hoping the page widget (Exclude page ids) would take care of it.  trying to make it as simple as possible since i am building it for a non-web-savvy person.  Would prefer they not edit the code.</description>
		<content:encoded><![CDATA[<p>I didnt have any arguments posted because i was hoping the page widget (Exclude page ids) would take care of it.  trying to make it as simple as possible since i am building it for a non-web-savvy person.  Would prefer they not edit the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamespiggot</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/comment-page-1/#comment-23</link>
		<dc:creator>jamespiggot</dc:creator>
		<pubDate>Fri, 15 Jan 2010 19:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=289#comment-23</guid>
		<description>Ashley,
Do you have any exclude (or conversely include) arguments in wp_list_pages, so for example to exclude certain pages the code would look something like:
&lt;pre&gt;&lt;code&gt;&lt;ul&gt;&lt;?php wp_list_pages(&apos;exclude=17,38&apos;); ?&gt;&lt;/ul&gt;
&lt;/code&gt;&lt;/pre&gt;
If that is the case did you copy those arguments to the header?
Or do you have a plugin that excludes pages? Let me know what you have done and I can probably help you fix things.
James</description>
		<content:encoded><![CDATA[<p>Ashley,<br />
Do you have any exclude (or conversely include) arguments in wp_list_pages, so for example to exclude certain pages the code would look something like:</p>
<pre><code>&lt;ul>&lt;?php wp_list_pages(&apos;exclude=17,38&apos;); ?>&lt;/ul>
</code></pre>
<p>If that is the case did you copy those arguments to the header?<br />
Or do you have a plugin that excludes pages? Let me know what you have done and I can probably help you fix things.<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/comment-page-1/#comment-22</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=289#comment-22</guid>
		<description>When I move the links to the header.php file the excluded pages are included, how do i correct that?</description>
		<content:encoded><![CDATA[<p>When I move the links to the header.php file the excluded pages are included, how do i correct that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamesD</title>
		<link>http://www.fuzzymargins.com/2009/04/move-the-wordpress-page-links-to-the-header/comment-page-1/#comment-18</link>
		<dc:creator>JamesD</dc:creator>
		<pubDate>Thu, 11 Jun 2009 10:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzymargins.com/?p=289#comment-18</guid>
		<description>Thanks for the useful info. It&#039;s so interesting</description>
		<content:encoded><![CDATA[<p>Thanks for the useful info. It&#8217;s so interesting</p>
]]></content:encoded>
	</item>
</channel>
</rss>
