<?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 for Justin S. Lewis</title>
	<atom:link href="http://justinslewis.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://justinslewis.com</link>
	<description>WordPress Theme Developer</description>
	<lastBuildDate>Mon, 01 Nov 2010 08:56:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on One theme, two stylesheets: A WordPress Tutorial by Abby</title>
		<link>http://justinslewis.com/2009/11/15/one-theme-two-stylesheets-a-wordpress-tutorial/#comment-142</link>
		<dc:creator>Abby</dc:creator>
		<pubDate>Mon, 01 Nov 2010 08:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://kerimariondesign.com/?p=444#comment-142</guid>
		<description>hey great tutorial. very helpful. thank-you!</description>
		<content:encoded><![CDATA[<p>hey great tutorial. very helpful. thank-you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One theme, two stylesheets: A WordPress Tutorial by Justin</title>
		<link>http://justinslewis.com/2009/11/15/one-theme-two-stylesheets-a-wordpress-tutorial/#comment-141</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 16 Jan 2010 23:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://kerimariondesign.com/?p=444#comment-141</guid>
		<description>Thanks. Bookmark away!</description>
		<content:encoded><![CDATA[<p>Thanks. Bookmark away!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One theme, two stylesheets: A WordPress Tutorial by Justin</title>
		<link>http://justinslewis.com/2009/11/15/one-theme-two-stylesheets-a-wordpress-tutorial/#comment-140</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 16 Jan 2010 23:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://kerimariondesign.com/?p=444#comment-140</guid>
		<description>Hi
Thanks for commenting. 
It&#039;s very easy to apply the second theme. When Wordpress generates pages it will use the &quot;Default&quot; page template (see &lt;a href=&quot;http://codex.wordpress.org/Pages#What_Template_is_used_to_Display_a_Particular_Page.3F&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;) when displaying the content. Most likely this will be page.php or something similar. If you want this whole process to be automatic instead of creating your own page templates you will only need to open up page.php in your editor and swap out 

&lt;code&gt;
&lt;?php get_header(); ?&gt;
&lt;/code&gt;
And replace it with this:
&lt;code&gt;
&lt;?php include (TEMPLATEPATH . &#039;/newheader.php&#039;); ?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks for commenting.<br />
It&#8217;s very easy to apply the second theme. When WordPress generates pages it will use the &#8220;Default&#8221; page template (see <a href="http://codex.wordpress.org/Pages#What_Template_is_used_to_Display_a_Particular_Page.3F" rel="nofollow">here</a>) when displaying the content. Most likely this will be page.php or something similar. If you want this whole process to be automatic instead of creating your own page templates you will only need to open up page.php in your editor and swap out </p>
<p><code><br />
&lt;?php get_header(); ?&gt;<br />
</code><br />
And replace it with this:<br />
<code><br />
&lt;?php include (TEMPLATEPATH . '/newheader.php'); ?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One theme, two stylesheets: A WordPress Tutorial by Sam</title>
		<link>http://justinslewis.com/2009/11/15/one-theme-two-stylesheets-a-wordpress-tutorial/#comment-139</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 14 Jan 2010 05:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://kerimariondesign.com/?p=444#comment-139</guid>
		<description>Hi There,

Thanks for your tutorial - it was very easy to follow. I just have one question and forgive me if I sound like a noob:

How do I apply this second theme to pages generated within wordpress, eg. for the index page to look different to the about page for instance. I have used wordpress to create these pages but i don&#039;t know how to get it to use the different header.
 
Could you point me in the right direction?

cheers
S</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>Thanks for your tutorial &#8211; it was very easy to follow. I just have one question and forgive me if I sound like a noob:</p>
<p>How do I apply this second theme to pages generated within wordpress, eg. for the index page to look different to the about page for instance. I have used wordpress to create these pages but i don&#8217;t know how to get it to use the different header.</p>
<p>Could you point me in the right direction?</p>
<p>cheers<br />
S</p>
]]></content:encoded>
	</item>
</channel>
</rss>

