<?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: How-to: Another Way to Exclude Posts From the Front Page</title>
	<atom:link href="http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/</link>
	<description>A Technology Crow in search of Bright Shiny Objects</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:40:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ali</title>
		<link>http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-274270</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Wed, 01 Jun 2011 17:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-274270</guid>
		<description>I also tried to use your code snippet in the Twentyten theme to check whether it would work. Unfortunately, it doesn&#039;t. I made everything you have written in the blog post except of the fact that I put the snippet in loop.php:

&lt;code&gt;
ID, &#039;autor1&#039;, true) == &#039;&#039;) { ?&gt;

&lt;/code&gt;

Unfortunately, I get that error message: &quot;Parse error: syntax error, unexpected T_ENDWHILE in /var/www/web948/html/testumgebung/wp-content/themes/twentyten/loop.php on line 182&quot;.

If I erase the endwhile part, the frontend shows all articles.

Any suggestion what is to do?</description>
		<content:encoded><![CDATA[<p>I also tried to use your code snippet in the Twentyten theme to check whether it would work. Unfortunately, it doesn&#8217;t. I made everything you have written in the blog post except of the fact that I put the snippet in loop.php:</p>
<p><code><br />
ID, 'autor1', true) == '') { ?&gt;</p>
<p></code></p>
<p>Unfortunately, I get that error message: &#8220;Parse error: syntax error, unexpected T_ENDWHILE in /var/www/web948/html/testumgebung/wp-content/themes/twentyten/loop.php on line 182&#8243;.</p>
<p>If I erase the endwhile part, the frontend shows all articles.</p>
<p>Any suggestion what is to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-188275</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 29 Nov 2010 12:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-188275</guid>
		<description>An awesome solution - thanks!</description>
		<content:encoded><![CDATA[<p>An awesome solution &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-132642</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-132642</guid>
		<description>Thank you. Thank you. Thank you.  The second line of your post that says: &quot;category excluder&quot; plugin  was the solution for me.  I use the mCatFilter Option (awesome).  And I setup a catagory &quot;No Display on Front Page&quot; linked my post to it, and poof...it was gone from the front page.  Thanks again..</description>
		<content:encoded><![CDATA[<p>Thank you. Thank you. Thank you.  The second line of your post that says: &#8220;category excluder&#8221; plugin  was the solution for me.  I use the mCatFilter Option (awesome).  And I setup a catagory &#8220;No Display on Front Page&#8221; linked my post to it, and poof&#8230;it was gone from the front page.  Thanks again..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AcornRev</title>
		<link>http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-129222</link>
		<dc:creator>AcornRev</dc:creator>
		<pubDate>Sun, 20 Dec 2009 02:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-129222</guid>
		<description>Thanks!  This is perfect and simple!</description>
		<content:encoded><![CDATA[<p>Thanks!  This is perfect and simple!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bobbyt</title>
		<link>http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-120367</link>
		<dc:creator>bobbyt</dc:creator>
		<pubDate>Tue, 02 Jun 2009 00:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-120367</guid>
		<description>Hey Chris,

Thanks for the everything, except I wanted to be able to see galleries whenever I repost the excluded post on a different page. Any idea how I can do this?</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>Thanks for the everything, except I wanted to be able to see galleries whenever I repost the excluded post on a different page. Any idea how I can do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maddy</title>
		<link>http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-115578</link>
		<dc:creator>Maddy</dc:creator>
		<pubDate>Mon, 13 Apr 2009 15:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-115578</guid>
		<description>good one dude ..thumbs up</description>
		<content:encoded><![CDATA[<p>good one dude ..thumbs up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zantos</title>
		<link>http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-113492</link>
		<dc:creator>Zantos</dc:creator>
		<pubDate>Sat, 04 Apr 2009 00:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/2007/09/08/how-to-another-way-to-exclude-posts-from-the-front-page/#comment-113492</guid>
		<description>That was really helpfull thank you so much :)</description>
		<content:encoded><![CDATA[<p>That was really helpfull thank you so much <img src='http://www.solo-technology.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

