<?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: Hacking WordPress</title>
	<atom:link href="http://www.toppa.com/2005/hacking-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toppa.com/2005/hacking-wordpress/</link>
	<description>Mike Toppa's Blog</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:15:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.toppa.com/2005/hacking-wordpress/#comment-2222</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 28 Feb 2005 12:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.toppa.com/blog/?p=210#comment-2222</guid>
		<description>I give you wrapping! I had to track down the right XHTML way to do it: style=&quot;overflow: auto;&quot;</description>
		<content:encoded><![CDATA[<p>I give you wrapping! I had to track down the right XHTML way to do it: style=&#8221;overflow: auto;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Speno</title>
		<link>http://www.toppa.com/2005/hacking-wordpress/#comment-2221</link>
		<dc:creator>John Speno</dc:creator>
		<pubDate>Mon, 28 Feb 2005 11:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.toppa.com/blog/?p=210#comment-2221</guid>
		<description>btw, no shell access? who&#039;s your provider? i can&#039;t live w/o root (or a fake root like I have at westhost.com).

arg. no wrapping! :-)</description>
		<content:encoded><![CDATA[<p>btw, no shell access? who&#8217;s your provider? i can&#8217;t live w/o root (or a fake root like I have at westhost.com).</p>
<p>arg. no wrapping! <img src='http://www.toppa.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Speno</title>
		<link>http://www.toppa.com/2005/hacking-wordpress/#comment-2220</link>
		<dc:creator>John Speno</dc:creator>
		<pubDate>Mon, 28 Feb 2005 11:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.toppa.com/blog/?p=210#comment-2220</guid>
		<description>Your RSS path changed too. You gots to warn people about that in the old RSS file, the one
we subscribe too, before you switch or else we might forget about you.

Also, this new comment textarea doesn&#039;t wrap long lines. Me like wrappy.</description>
		<content:encoded><![CDATA[<p>Your RSS path changed too. You gots to warn people about that in the old RSS file, the one<br />
we subscribe too, before you switch or else we might forget about you.</p>
<p>Also, this new comment textarea doesn&#8217;t wrap long lines. Me like wrappy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PatW</title>
		<link>http://www.toppa.com/2005/hacking-wordpress/#comment-2219</link>
		<dc:creator>PatW</dc:creator>
		<pubDate>Sat, 26 Feb 2005 03:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.toppa.com/blog/?p=210#comment-2219</guid>
		<description>hmmm following up my own comment.  It seems that can implement a page.php template that will be called when a &quot;page&quot; entry is called.  You could make that template completely bare and basically construct your whole html in wordpress that way you have a generic template that can be used for &quot;static&quot; pages.  Not sure if there is a page.php per category (which would be shame becaue I can see wanting static pages to look different in different areas of the site.)</description>
		<content:encoded><![CDATA[<p>hmmm following up my own comment.  It seems that can implement a page.php template that will be called when a &#8220;page&#8221; entry is called.  You could make that template completely bare and basically construct your whole html in wordpress that way you have a generic template that can be used for &#8220;static&#8221; pages.  Not sure if there is a page.php per category (which would be shame becaue I can see wanting static pages to look different in different areas of the site.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PatW</title>
		<link>http://www.toppa.com/2005/hacking-wordpress/#comment-2218</link>
		<dc:creator>PatW</dc:creator>
		<pubDate>Sat, 26 Feb 2005 03:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.toppa.com/blog/?p=210#comment-2218</guid>
		<description>Heh I get to be the first WP comment. I was going to suggest the index.html trick.  I use that alot for temporary homepage overrides on the Lavajet site.  Otherwise There is a way to setup mod_rewrite so it will only rewrite if the file doesn&#039;t exist so basically as long as you have a file that exists it won&#039;t run it through index.php (you want to rewrite through index.php for the clean URLs anyway).  Let me see if I can dig the if file exists conditionals for mod_rewrite.

I would think you would be able to keep your homepage as index.php by using the theme system, since one of teh big advantages that 1.5 added in that everything no longer has to run through index.php (one of the reasons I went with Textpattern at the time was the sections implementation it has).  Here is the wiki on theme development http://codex.wordpress.org/Theme_Development which might help with tackling that.</description>
		<content:encoded><![CDATA[<p>Heh I get to be the first WP comment. I was going to suggest the index.html trick.  I use that alot for temporary homepage overrides on the Lavajet site.  Otherwise There is a way to setup mod_rewrite so it will only rewrite if the file doesn&#8217;t exist so basically as long as you have a file that exists it won&#8217;t run it through index.php (you want to rewrite through index.php for the clean URLs anyway).  Let me see if I can dig the if file exists conditionals for mod_rewrite.</p>
<p>I would think you would be able to keep your homepage as index.php by using the theme system, since one of teh big advantages that 1.5 added in that everything no longer has to run through index.php (one of the reasons I went with Textpattern at the time was the sections implementation it has).  Here is the wiki on theme development <a href="http://codex.wordpress.org/Theme_Development" rel="nofollow">http://codex.wordpress.org/Theme_Development</a> which might help with tackling that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

