<?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: Hide posts from WP home page</title>
	<atom:link href="http://www.tacticaltechnique.com/wordpress/hide-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tacticaltechnique.com/wordpress/hide-posts/</link>
	<description>Web Development Observations and Asides by Corey Salzano</description>
	<lastBuildDate>Mon, 30 Aug 2010 07:07:34 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maulik</title>
		<link>http://www.tacticaltechnique.com/wordpress/hide-posts/comment-page-1/#comment-34218</link>
		<dc:creator>Maulik</dc:creator>
		<pubDate>Fri, 27 Aug 2010 02:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=370#comment-34218</guid>
		<description>Thanks for this update. Found it really helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for this update. Found it really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9swords</title>
		<link>http://www.tacticaltechnique.com/wordpress/hide-posts/comment-page-1/#comment-28263</link>
		<dc:creator>9swords</dc:creator>
		<pubDate>Fri, 14 May 2010 09:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=370#comment-28263</guid>
		<description>Thank you for sharing this, i found this really handy for tucking away a holiday post that was looking out of place.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this, i found this really handy for tucking away a holiday post that was looking out of place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bert</title>
		<link>http://www.tacticaltechnique.com/wordpress/hide-posts/comment-page-1/#comment-22173</link>
		<dc:creator>Bert</dc:creator>
		<pubDate>Fri, 12 Feb 2010 00:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=370#comment-22173</guid>
		<description>Hello,

This is exactly what I need for a project I am working on, but can&#039;t seem to get it to work.

I think it is with the array #&#039;s, but don&#039;t know for sure.

Can you please advise?
-
Thank you,
Regards,
Bert</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This is exactly what I need for a project I am working on, but can&#8217;t seem to get it to work.</p>
<p>I think it is with the array #&#8217;s, but don&#8217;t know for sure.</p>
<p>Can you please advise?<br />
-<br />
Thank you,<br />
Regards,<br />
Bert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.tacticaltechnique.com/wordpress/hide-posts/comment-page-1/#comment-11962</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 29 Oct 2009 03:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=370#comment-11962</guid>
		<description>Tnx. I was trying to hide posts, but no luck till found your manual.</description>
		<content:encoded><![CDATA[<p>Tnx. I was trying to hide posts, but no luck till found your manual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artur</title>
		<link>http://www.tacticaltechnique.com/wordpress/hide-posts/comment-page-1/#comment-10576</link>
		<dc:creator>Artur</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=370#comment-10576</guid>
		<description>Brilliant!

Thanks a lot Corey.</description>
		<content:encoded><![CDATA[<p>Brilliant!</p>
<p>Thanks a lot Corey.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.tacticaltechnique.com/wordpress/hide-posts/comment-page-1/#comment-10549</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Sun, 27 Sep 2009 14:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=370#comment-10549</guid>
		<description>Artur:
&lt;p&gt;&#160;&lt;/p&gt;
Using array( 1 ) simply excludes your oldest post from showing on the home page. Your latest post would have the highest number. This code example demonstrates how to hide posts from the home page. To change the number of posts that are shown on the home page, there is an option in Settings &gt;&gt; Reading to change the number of posts per page. You could change this setting to 1 to accomplish what I perceive to be your goal.</description>
		<content:encoded><![CDATA[<p>Artur:</p>
<p>&nbsp;</p>
<p>Using array( 1 ) simply excludes your oldest post from showing on the home page. Your latest post would have the highest number. This code example demonstrates how to hide posts from the home page. To change the number of posts that are shown on the home page, there is an option in Settings >> Reading to change the number of posts per page. You could change this setting to 1 to accomplish what I perceive to be your goal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artur</title>
		<link>http://www.tacticaltechnique.com/wordpress/hide-posts/comment-page-1/#comment-10530</link>
		<dc:creator>Artur</dc:creator>
		<pubDate>Sun, 27 Sep 2009 00:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=370#comment-10530</guid>
		<description>Many thanks Corey, it works :)

the only question I have:
how do you specify which post you&#039;d like to show up on Home Page?

I&#039;ve changed array(603,621) to array(1) and it shows my latest post, my aim is to make it show only my first post on home page

Thanks a lot for your help

Regards,
Artur</description>
		<content:encoded><![CDATA[<p>Many thanks Corey, it works :)</p>
<p>the only question I have:<br />
how do you specify which post you&#8217;d like to show up on Home Page?</p>
<p>I&#8217;ve changed array(603,621) to array(1) and it shows my latest post, my aim is to make it show only my first post on home page</p>
<p>Thanks a lot for your help</p>
<p>Regards,<br />
Artur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.tacticaltechnique.com/wordpress/hide-posts/comment-page-1/#comment-8297</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 28 Aug 2009 16:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=370#comment-8297</guid>
		<description>No it doesn&#039;t. I&#039;ve activated the WP Default theme and a couple of others and the homepage still shows all the posts.</description>
		<content:encoded><![CDATA[<p>No it doesn&#8217;t. I&#8217;ve activated the WP Default theme and a couple of others and the homepage still shows all the posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.tacticaltechnique.com/wordpress/hide-posts/comment-page-1/#comment-8296</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Fri, 28 Aug 2009 16:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=370#comment-8296</guid>
		<description>Jim:

If you change the setting and it has no effect on your site, you may be using a theme that has hard-coded changes that bypass the settings. If you change your site to a different theme temporarily, does it work?</description>
		<content:encoded><![CDATA[<p>Jim:</p>
<p>If you change the setting and it has no effect on your site, you may be using a theme that has hard-coded changes that bypass the settings. If you change your site to a different theme temporarily, does it work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.tacticaltechnique.com/wordpress/hide-posts/comment-page-1/#comment-8293</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 28 Aug 2009 15:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=370#comment-8293</guid>
		<description>I want to show only my latest post on my homepage, but for some reason, it shows all of my posts. 

When I click on the post&#039;s &#039;links&#039; in my menu, each post shows individually, which is the way they should. 

I&#039;m using WP and have set my posts number to &quot;1&quot; in my Reading settings, but it has no effect.</description>
		<content:encoded><![CDATA[<p>I want to show only my latest post on my homepage, but for some reason, it shows all of my posts. </p>
<p>When I click on the post&#8217;s &#8216;links&#8217; in my menu, each post shows individually, which is the way they should. </p>
<p>I&#8217;m using WP and have set my posts number to &#8220;1&#8243; in my Reading settings, but it has no effect.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
