<?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: Using different style sheets for different templates</title>
	<atom:link href="http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 09 May 2012 06:53:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Priya</title>
		<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-63028</link>
		<dc:creator>Priya</dc:creator>
		<pubDate>Thu, 01 Dec 2011 11:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-63028</guid>
		<description>This tutorial really helped me a lot. I have been searching for ages to create entirely different page template with unique stylesheet for some pages and finally achieved it. Thank you so much. 
Before this article I tried but failed to include stylesheet path correctly in the new header file. now everything works pretty fine. I never knew before that it is this much easier to use customized templates in wordpress ofcourse intially struggled a bit. but once I get used to the navigation then its very easy.</description>
		<content:encoded><![CDATA[<p>This tutorial really helped me a lot. I have been searching for ages to create entirely different page template with unique stylesheet for some pages and finally achieved it. Thank you so much. <br />
Before this article I tried but failed to include stylesheet path correctly in the new header file. now everything works pretty fine. I never knew before that it is this much easier to use customized templates in wordpress ofcourse intially struggled a bit. but once I get used to the navigation then its very easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-61657</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Wed, 15 Sep 2010 23:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-61657</guid>
		<description>&lt;code&gt;&lt;strong&gt;Don&#039;t forget to add the code below on the very top of your new page template or else you won&#039;t see the template in that drop down menu when you add a new page!&lt;/strong&gt;



&lt;?php
/*
Template Name: Your Template Name Here
*/
?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code><strong>Don't forget to add the code below on the very top of your new page template or else you won't see the template in that drop down menu when you add a new page!</strong></p>
<p>&lt;?php<br />
/*<br />
Template Name: Your Template Name Here<br />
*/<br />
?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-61380</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Wed, 30 Jun 2010 12:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-61380</guid>
		<description>Thanks. A good and elegant solution!</description>
		<content:encoded><![CDATA[<p>Thanks. A good and elegant solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-61336</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 18 Jun 2010 07:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-61336</guid>
		<description>Thanks so much this was a great help and an impressive solution. This made my day as is working nicely :)</description>
		<content:encoded><![CDATA[<p>Thanks so much this was a great help and an impressive solution. This made my day as is working nicely <img src='http://wpgarage.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-60983</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 03 Apr 2010 19:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-60983</guid>
		<description>This just saved me on a WordPress project. Thanks, very much!</description>
		<content:encoded><![CDATA[<p>This just saved me on a WordPress project. Thanks, very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Sternberg</title>
		<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-60928</link>
		<dc:creator>Justin Sternberg</dc:creator>
		<pubDate>Mon, 15 Mar 2010 18:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-60928</guid>
		<description>Can i use this same function to call the original css style sheet first, and then the secondary style sheet, since the secondary only includes mods to the first?  Make sense?</description>
		<content:encoded><![CDATA[<p>Can i use this same function to call the original css style sheet first, and then the secondary style sheet, since the secondary only includes mods to the first?  Make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessie Kwak</title>
		<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-60839</link>
		<dc:creator>Jessie Kwak</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-60839</guid>
		<description>I&#039;ve been searching for hours, and your simple piece of code was the brilliant solution i was looking for.  Cheers!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been searching for hours, and your simple piece of code was the brilliant solution i was looking for.  Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SistahHollywood</title>
		<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-60429</link>
		<dc:creator>SistahHollywood</dc:creator>
		<pubDate>Sun, 01 Nov 2009 21:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-60429</guid>
		<description>AWESOME! I&#039;m using your solution to customize a client&#039;s categories  ... every other solution I tried was soooooo messy. This is simple and to the point.
I&#039;m not savvy in php but will attempt to use this to include child-categories for a parent category.
Thanks again!</description>
		<content:encoded><![CDATA[<p>AWESOME! I&#8217;m using your solution to customize a client&#8217;s categories  &#8230; every other solution I tried was soooooo messy. This is simple and to the point.<br />
I&#8217;m not savvy in php but will attempt to use this to include child-categories for a parent category.<br />
Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaidev</title>
		<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-60271</link>
		<dc:creator>Jaidev</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-60271</guid>
		<description>Nice.
One simplification:
instead of changing
&lt;code&gt;&lt;?php get_header(); ?&gt;&lt;/code&gt;
with
&lt;code&gt;&lt;?php include (&#039;header-hebrew.php&#039;); ?&gt;&lt;/code&gt;
&lt;code&gt;You could simply call get_header with &#039;hebrew&#039; as a string parameter:&lt;/code&gt;
&lt;code&gt;&lt;?php get_header(&#039;hebrew&#039;); ?&gt;&lt;/code&gt;
&lt;code&gt;and &lt;/code&gt;&lt;code&gt;header-hebrew.php would be used instead of header.php.&lt;/code&gt;
&lt;code&gt;see: http://codex.wordpress.org/Function_Reference/get_header&lt;/code&gt;
 </description>
		<content:encoded><![CDATA[<p>Nice.<br />
One simplification:<br />
instead of changing<br />
<code>&lt;?php get_header(); ?&gt;</code><br />
with<br />
<code>&lt;?php include ('header-hebrew.php'); ?&gt;</code><br />
<code>You could simply call get_header with 'hebrew' as a string parameter:</code><br />
<code>&lt;?php get_header('hebrew'); ?&gt;</code><br />
<code>and </code><code>header-hebrew.php would be used instead of header.php.</code><br />
<code>see: <a href="http://codex.wordpress.org/Function_Reference/get_header" rel="nofollow">http://codex.wordpress.org/Function_Reference/get_header</a></code><br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://wpgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-51871</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 09 Apr 2009 15:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/#comment-51871</guid>
		<description>Brilliant!  This is just what I needed!  

Thanks for posting this.

-Matt</description>
		<content:encoded><![CDATA[<p>Brilliant!  This is just what I needed!  </p>
<p>Thanks for posting this.</p>
<p>-Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

