<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Apology: Not Useless Code</title>
	<atom:link href="http://andy.wordpress.com/2008/01/11/apology-not-useless-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://andy.wordpress.com/2008/01/11/apology-not-useless-code/</link>
	<description>Just another WordPress hacker</description>
	<lastBuildDate>Wed, 23 Dec 2009 18:55:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Weekly Digest: Writing About Writing, Working on Books, Lots of Speaking Gigs, and Blog Struggles is a Success &#171; Lorelle on WordPress</title>
		<link>http://andy.wordpress.com/2008/01/11/apology-not-useless-code/#comment-44901</link>
		<dc:creator>Weekly Digest: Writing About Writing, Working on Books, Lots of Speaking Gigs, and Blog Struggles is a Success &#171; Lorelle on WordPress</dc:creator>
		<pubDate>Thu, 24 Jan 2008 20:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/2008/01/11/apology-not-useless-code/#comment-44901</guid>
		<description>[...] Andy Skelton: Apology: Not Useless Code really clicked with me. I can&#8217;t tell you how many times I&#8217;ve wanted to say &#8220;Um, you&#8217;re wrong&#8221; when people pontificate on their &#8220;expertise&#8221; of WordPress and blogging. Andy has done so beautifully in describing the WordPress Loop and how it isn&#8217;t useless coding. [...]</description>
		<content:encoded><![CDATA[<p>[...] Andy Skelton: Apology: Not Useless Code really clicked with me. I can&#8217;t tell you how many times I&#8217;ve wanted to say &#8220;Um, you&#8217;re wrong&#8221; when people pontificate on their &#8220;expertise&#8221; of WordPress and blogging. Andy has done so beautifully in describing the WordPress Loop and how it isn&#8217;t useless coding. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milorad</title>
		<link>http://andy.wordpress.com/2008/01/11/apology-not-useless-code/#comment-44887</link>
		<dc:creator>Milorad</dc:creator>
		<pubDate>Fri, 18 Jan 2008 15:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/2008/01/11/apology-not-useless-code/#comment-44887</guid>
		<description>Hacking core to prove yourself right is a completely valid course of action ;)</description>
		<content:encoded><![CDATA[<p>Hacking core to prove yourself right is a completely valid course of action <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd Budd</title>
		<link>http://andy.wordpress.com/2008/01/11/apology-not-useless-code/#comment-44623</link>
		<dc:creator>Lloyd Budd</dc:creator>
		<pubDate>Sat, 12 Jan 2008 02:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/2008/01/11/apology-not-useless-code/#comment-44623</guid>
		<description>Glad you finally come clean ;-) Though I thought you would have fix core to make your lie a truth. (If I recall that was partially done was an example of trying to view a draft when logged out using the Sandbox was uncovered last year)</description>
		<content:encoded><![CDATA[<p>Glad you finally come clean <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Though I thought you would have fix core to make your lie a truth. (If I recall that was partially done was an example of trying to view a draft when logged out using the Sandbox was uncovered last year)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://andy.wordpress.com/2008/01/11/apology-not-useless-code/#comment-44620</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 12 Jan 2008 01:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/2008/01/11/apology-not-useless-code/#comment-44620</guid>
		<description>Scott: Confirmed: the page.php template also needs &lt;code&gt;if ( have_posts() )&lt;/code&gt;. Thanks!

I was working on a patch to add Sandbox to core when this problem resurfaced. That&#039;s why this post. :)

I do not know why WordPress does not issue 404s for these queries and use the 404.php template. It is intentional but the reason is undocumented. Anybody know?</description>
		<content:encoded><![CDATA[<p>Scott: Confirmed: the page.php template also needs <code>if ( have_posts() )</code>. Thanks!</p>
<p>I was working on a patch to add Sandbox to core when this problem resurfaced. That&#8217;s why this post. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I do not know why WordPress does not issue 404s for these queries and use the 404.php template. It is intentional but the reason is undocumented. Anybody know?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://andy.wordpress.com/2008/01/11/apology-not-useless-code/#comment-44619</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 12 Jan 2008 01:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/2008/01/11/apology-not-useless-code/#comment-44619</guid>
		<description>I had sort of forgotten &lt;a href=&quot;http://wpbits.wordpress.com/2007/08/21/making-wordpress-themes-ii-the-loop/#comment-646&quot; rel=&quot;nofollow&quot;&gt;about this&lt;/a&gt;. I would consider it extra strength usage. Which is good! 

So if &lt;code&gt;/?page_id=9999&lt;/code&gt; is a regular query for an invalid page, shouldn&#039;t a 404 be issued, eg, &lt;a href=&quot;http://sndbx.org/?page_id=9999&quot; rel=&quot;nofollow&quot;&gt;sndbx.org/?page_id=9999&lt;/a&gt;? Perhaps we should tag this for Sandbox. ;-)</description>
		<content:encoded><![CDATA[<p>I had sort of forgotten <a href="http://wpbits.wordpress.com/2007/08/21/making-wordpress-themes-ii-the-loop/#comment-646" rel="nofollow">about this</a>. I would consider it extra strength usage. Which is good! </p>
<p>So if <code>/?page_id=9999</code> is a regular query for an invalid page, shouldn&#8217;t a 404 be issued, eg, <a href="http://sndbx.org/?page_id=9999" rel="nofollow">sndbx.org/?page_id=9999</a>? Perhaps we should tag this for Sandbox. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
