<?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"
	>
<channel>
	<title>Comments on: Creating a dynamic home page in WordPress</title>
	<atom:link href="http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/</link>
	<description>Tools and services for bloggers and Internet entrepreneurs</description>
	<pubDate>Mon, 08 Sep 2008 12:14:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Educated</title>
		<link>http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-11423</link>
		<dc:creator>Educated</dc:creator>
		<pubDate>Tue, 26 Jun 2007 14:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-11423</guid>
		<description>&lt;p&gt;&lt;strong&gt;Implementing The Real Ultimte Front Page...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Previously, I briefly illustrated how using a home.php file can allow you to build a custom layout to your WordPress blog&#8217;s home page. However, I didn&#8217;t really document it well enough for the casual WP user to implement by himself. For the ...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Implementing The Real Ultimte Front Page&#8230;</strong></p>

<p>Previously, I briefly illustrated how using a home.php file can allow you to build a custom layout to your WordPress blog&#8217;s home page. However, I didn&#8217;t really document it well enough for the casual WP user to implement by himself. For the &#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tankgurl</title>
		<link>http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-10594</link>
		<dc:creator>tankgurl</dc:creator>
		<pubDate>Wed, 13 Jun 2007 10:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-10594</guid>
		<description>&lt;p&gt;thanks for the quick reply. as things progress, i (or somebody else, most probably) will hit a solution.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks for the quick reply. as things progress, i (or somebody else, most probably) will hit a solution.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rudd-O</title>
		<link>http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-10592</link>
		<dc:creator>Rudd-O</dc:creator>
		<pubDate>Wed, 13 Jun 2007 09:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-10592</guid>
		<description>&lt;p&gt;Yeah, I hit the same barrier.  The solution would be to detect that condition (for example, by saving the hyperlink to a variable instead of printing it, then using strpos() to find /page/) and if the link doesn't have the /page/ string, then appending it manually.  It's hell, I know.  Another alternative would be to write a plugin that modified the output of the next/previous entries hyperlinks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, I hit the same barrier.  The solution would be to detect that condition (for example, by saving the hyperlink to a variable instead of printing it, then using strpos() to find /page/) and if the link doesn&#8217;t have the /page/ string, then appending it manually.  It&#8217;s hell, I know.  Another alternative would be to write a plugin that modified the output of the next/previous entries hyperlinks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tankgurl</title>
		<link>http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-10590</link>
		<dc:creator>tankgurl</dc:creator>
		<pubDate>Wed, 13 Jun 2007 08:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-10590</guid>
		<description>&lt;p&gt;hats off to you both for doing brilliant work! i'm a newbie trying to clean up basic code for my site, and so far, there's only one glitch that i can't seem to work through.&lt;/p&gt;

&lt;p&gt;i have the same "next/previous entries" links at the footer of my site. if i'm at &lt;strong&gt;/page/1/&lt;/strong&gt; of my blog, it's no problem. but when i'm on &lt;strong&gt;/page/2/&lt;/strong&gt; and i click on the "next entries" link, it goes to, predictably, my static "home" page, and not back to &lt;strong&gt;/page/1/&lt;/strong&gt; as i would like it. i know this has something to do with wordpress code, but i'm still trying to figure that out.&lt;/p&gt;

&lt;p&gt;any pointers?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hats off to you both for doing brilliant work! i&#8217;m a newbie trying to clean up basic code for my site, and so far, there&#8217;s only one glitch that i can&#8217;t seem to work through.</p>

<p>i have the same &#8220;next/previous entries&#8221; links at the footer of my site. if i&#8217;m at <strong>/page/1/</strong> of my blog, it&#8217;s no problem. but when i&#8217;m on <strong>/page/2/</strong> and i click on the &#8220;next entries&#8221; link, it goes to, predictably, my static &#8220;home&#8221; page, and not back to <strong>/page/1/</strong> as i would like it. i know this has something to do with wordpress code, but i&#8217;m still trying to figure that out.</p>

<p>any pointers?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Search Engine Optimization for Wordpress Blogs</title>
		<link>http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-5778</link>
		<dc:creator>Search Engine Optimization for Wordpress Blogs</dc:creator>
		<pubDate>Mon, 16 Apr 2007 23:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-5778</guid>
		<description>&lt;p&gt;&lt;strong&gt;Creating Static Front Page in Wordpress 2.1...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Wordpress 2.1 enables you to create a static front or index page from within the Wordpress admin panel. Another super useful feature from the new version of Wordpress. It is so easy a caveman can do it!&lt;/p&gt;

&lt;p&gt;Prior to Wordpress 2.1 this was made possible by...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Creating Static Front Page in Wordpress 2.1&#8230;</strong></p>

<p>Wordpress 2.1 enables you to create a static front or index page from within the Wordpress admin panel. Another super useful feature from the new version of Wordpress. It is so easy a caveman can do it!</p>

<p>Prior to Wordpress 2.1 this was made possible by&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Educated</title>
		<link>http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-3494</link>
		<dc:creator>Educated</dc:creator>
		<pubDate>Fri, 19 Jan 2007 21:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://turbochargedcms.com/2007/01/creating-a-dynamic-home-page-in-wordpress/#comment-3494</guid>
		<description>&lt;p&gt;&lt;strong&gt;The Real Ultimate Static Front Page&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;With WordPress, there have been so many attempts to make the best static front page. Most variations have included plugins that change the default behavior of the home page to display a pre-selected WordPress page. However, the Turbocharged blog showca...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>The Real Ultimate Static Front Page</strong></p>

<p>With WordPress, there have been so many attempts to make the best static front page. Most variations have included plugins that change the default behavior of the home page to display a pre-selected WordPress page. However, the Turbocharged blog showca&#8230;</p>]]></content:encoded>
	</item>
</channel>
</rss>
