<?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: How to create a separate page for your blog posts while using a static homepage.</title>
	<atom:link href="http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/feed/" rel="self" type="application/rss+xml" />
	<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/</link>
	<description>Art + Web + Design in Portland, Oregon</description>
	<lastBuildDate>Fri, 12 Mar 2010 04:51:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Fields</title>
		<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/comment-page-1/#comment-6057</link>
		<dc:creator>Michael Fields</dc:creator>
		<pubDate>Sun, 14 Feb 2010 04:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=233#comment-6057</guid>
		<description>Your theme is most likely using the &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_page_menu&quot; rel=&quot;nofollow&quot;&gt;wp_page_menu()&lt;/a&gt; function to generate your navigation which adds the link for &lt;em&gt;Home&lt;/em&gt; and then lists all other pages, you can remove &lt;em&gt;Welcome&lt;/em&gt; by adding the &lt;code&gt;exclude&lt;/code&gt; parameter like so:

&lt;pre class=&quot;brush: php;&quot;&gt;wp_page_menu( &#039;exclude=9&#039; );&lt;/pre&gt;

Be sure to change &lt;em&gt;9&lt;/em&gt; to the $post-&gt;ID of the page titled &lt;em&gt;Welcome&lt;/em&gt;.</description>
		<content:encoded><![CDATA[<p>Your theme is most likely using the <a href="http://codex.wordpress.org/Template_Tags/wp_page_menu" rel="nofollow">wp_page_menu()</a> function to generate your navigation which adds the link for <em>Home</em> and then lists all other pages, you can remove <em>Welcome</em> by adding the <code>exclude</code> parameter like so:</p>
<pre class="brush: php;">wp_page_menu( 'exclude=9' );</pre>
<p>Be sure to change <em>9</em> to the $post->ID of the page titled <em>Welcome</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/comment-page-1/#comment-6056</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sun, 14 Feb 2010 03:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=233#comment-6056</guid>
		<description>I am having a similar problem as Nickie.  I&#039;m working on a site for a client (melissacoeceremonies.com) and want a home page called either &quot;home&quot; or &quot;welcome&quot;.  When I create it as &quot;home&quot; it shows up twice, and when I create it as &quot;welcome&quot;, both &quot;home&quot; (the default landing page) and &quot;welcome&quot; point to the same place.  I don&#039;t have a file called &quot;home&quot;, though.. which is why that part of the directions don&#039;t make much sense to me.</description>
		<content:encoded><![CDATA[<p>I am having a similar problem as Nickie.  I&#8217;m working on a site for a client (melissacoeceremonies.com) and want a home page called either &#8220;home&#8221; or &#8220;welcome&#8221;.  When I create it as &#8220;home&#8221; it shows up twice, and when I create it as &#8220;welcome&#8221;, both &#8220;home&#8221; (the default landing page) and &#8220;welcome&#8221; point to the same place.  I don&#8217;t have a file called &#8220;home&#8221;, though.. which is why that part of the directions don&#8217;t make much sense to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/comment-page-1/#comment-2544</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 17 Nov 2009 00:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=233#comment-2544</guid>
		<description>Thanks for the tip, so much easier searching Google than skimming through the Wordpress documentation.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, so much easier searching Google than skimming through the Wordpress documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/comment-page-1/#comment-2395</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 09 Nov 2009 01:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=233#comment-2395</guid>
		<description>Thank you for the post...

I got the same result by simply creating a new page... I called it Home... then under Reading, I changed Post Page to Home.</description>
		<content:encoded><![CDATA[<p>Thank you for the post&#8230;</p>
<p>I got the same result by simply creating a new page&#8230; I called it Home&#8230; then under Reading, I changed Post Page to Home.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jo</title>
		<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/comment-page-1/#comment-2361</link>
		<dc:creator>jo</dc:creator>
		<pubDate>Mon, 02 Nov 2009 16:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=233#comment-2361</guid>
		<description>Hi, thanks for the tip, you are the life saver:)</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the tip, you are the life saver:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott @sydneydesign</title>
		<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/comment-page-1/#comment-1343</link>
		<dc:creator>Scott @sydneydesign</dc:creator>
		<pubDate>Thu, 16 Jul 2009 12:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=233#comment-1343</guid>
		<description>Hi, nice tip thanks, i&#039;ll use it on my site.</description>
		<content:encoded><![CDATA[<p>Hi, nice tip thanks, i&#8217;ll use it on my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/comment-page-1/#comment-1129</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 04 May 2009 01:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=233#comment-1129</guid>
		<description>Wow thanks so much! Been looking for this for ages, and yet it&#039;s always been there hiding! Champion post</description>
		<content:encoded><![CDATA[<p>Wow thanks so much! Been looking for this for ages, and yet it&#8217;s always been there hiding! Champion post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nickie</title>
		<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/comment-page-1/#comment-814</link>
		<dc:creator>Nickie</dc:creator>
		<pubDate>Wed, 25 Feb 2009 18:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=233#comment-814</guid>
		<description>Hi, my template/theme already came with a homepage so now I have 2 pages named &#039;home&#039;? How do I get rid of the home page that came with the template so it just leaves me with the home page I&#039;ve created??? Thanks.

Nickie x</description>
		<content:encoded><![CDATA[<p>Hi, my template/theme already came with a homepage so now I have 2 pages named &#8216;home&#8217;? How do I get rid of the home page that came with the template so it just leaves me with the home page I&#8217;ve created??? Thanks.</p>
<p>Nickie x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scribbler</title>
		<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/comment-page-1/#comment-811</link>
		<dc:creator>scribbler</dc:creator>
		<pubDate>Wed, 25 Feb 2009 08:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=233#comment-811</guid>
		<description>hi, Thanks many for the post :) I&#039;ve been searching around for this for quite a long time</description>
		<content:encoded><![CDATA[<p>hi, Thanks many for the post :) I&#8217;ve been searching around for this for quite a long time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How-To Creating a static page for your blog</title>
		<link>http://mfields.org/2009/01/29/wordpress-how-to-create-a-seperate-page-for-your-blog-posts-while-using-a-static-homepage/comment-page-1/#comment-603</link>
		<dc:creator>How-To Creating a static page for your blog</dc:creator>
		<pubDate>Sun, 01 Feb 2009 22:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://mfields.org/?p=233#comment-603</guid>
		<description>[...] Michael Fields » WordPress: How to create a separate page for your &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Michael Fields » WordPress: How to create a separate page for your &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
