<?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: Custom Category, Page and Post Templates for WordPress</title>
	<atom:link href="http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/</link>
	<description>Design + Development</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:02:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arnaud Guillaume</title>
		<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/comment-page-1/#comment-7733</link>
		<dc:creator>Arnaud Guillaume</dc:creator>
		<pubDate>Sun, 27 Jun 2010 15:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://gabediaz.com/?p=538#comment-7733</guid>
		<description>Thanks a Lot !

Cu ;)</description>
		<content:encoded><![CDATA[<p>Thanks a Lot !</p>
<p>Cu <img src='http://gabediaz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabediaz</title>
		<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/comment-page-1/#comment-7724</link>
		<dc:creator>gabediaz</dc:creator>
		<pubDate>Thu, 24 Jun 2010 15:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://gabediaz.com/?p=538#comment-7724</guid>
		<description>@Louisa &amp; @Desu - Enjoy!</description>
		<content:encoded><![CDATA[<p>@Louisa &#038; @Desu &#8211; Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Desu</title>
		<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/comment-page-1/#comment-7684</link>
		<dc:creator>Desu</dc:creator>
		<pubDate>Wed, 23 Jun 2010 17:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://gabediaz.com/?p=538#comment-7684</guid>
		<description>Hi

This was really help full where this is exactly what i need. Thanks a lot..


Desu</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>This was really help full where this is exactly what i need. Thanks a lot..</p>
<p>Desu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louisa</title>
		<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/comment-page-1/#comment-7640</link>
		<dc:creator>Louisa</dc:creator>
		<pubDate>Sat, 19 Jun 2010 10:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://gabediaz.com/?p=538#comment-7640</guid>
		<description>Brilliant!!!!! 
I haven&#039;t yet tried this out (just discovered your website a few minutes ago) but it may be just what I need! I&#039;m using a custom post template plugin at the moment, only I now want to use Theme Switcher and that hasn&#039;t gone down too well with post template plugin at all!!! 

If I can use your method instead I&#039;ll be a very, very happy designer!!

So thanks, Gabe!!!!</description>
		<content:encoded><![CDATA[<p>Brilliant!!!!!<br />
I haven&#8217;t yet tried this out (just discovered your website a few minutes ago) but it may be just what I need! I&#8217;m using a custom post template plugin at the moment, only I now want to use Theme Switcher and that hasn&#8217;t gone down too well with post template plugin at all!!! </p>
<p>If I can use your method instead I&#8217;ll be a very, very happy designer!!</p>
<p>So thanks, Gabe!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabediaz</title>
		<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/comment-page-1/#comment-7187</link>
		<dc:creator>gabediaz</dc:creator>
		<pubDate>Wed, 26 May 2010 19:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://gabediaz.com/?p=538#comment-7187</guid>
		<description>@Roger - Essentially the code directs your theme to look for a new single.php template so you can either replace all the content in your single.php with the new code(recommended) or place it towards the top of the page before the loop. 

Enjoy!</description>
		<content:encoded><![CDATA[<p>@Roger &#8211; Essentially the code directs your theme to look for a new single.php template so you can either replace all the content in your single.php with the new code(recommended) or place it towards the top of the page before the loop. </p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/comment-page-1/#comment-7167</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Wed, 26 May 2010 04:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://gabediaz.com/?p=538#comment-7167</guid>
		<description>Forgive the rather basic question but where in single.php do you place the code mentioned above?  post;
    if ( in_category(&#039;10&#039;) ) {include(TEMPLATEPATH . &#039;/singleOranges.php&#039;);}
    else {include(TEMPLATEPATH . &#039;/singleOriginal.php&#039;);
    }
    ?&gt;</description>
		<content:encoded><![CDATA[<p>Forgive the rather basic question but where in single.php do you place the code mentioned above?  post;<br />
    if ( in_category(&#8216;10&#8242;) ) {include(TEMPLATEPATH . &#8216;/singleOranges.php&#8217;);}<br />
    else {include(TEMPLATEPATH . &#8216;/singleOriginal.php&#8217;);<br />
    }<br />
    ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabediaz</title>
		<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/comment-page-1/#comment-6790</link>
		<dc:creator>gabediaz</dc:creator>
		<pubDate>Fri, 07 May 2010 10:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://gabediaz.com/?p=538#comment-6790</guid>
		<description>@Daniel, @Ric - No worries, glad you found it useful!</description>
		<content:encoded><![CDATA[<p>@Daniel, @Ric &#8211; No worries, glad you found it useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ric</title>
		<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/comment-page-1/#comment-6648</link>
		<dc:creator>Ric</dc:creator>
		<pubDate>Fri, 30 Apr 2010 09:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://gabediaz.com/?p=538#comment-6648</guid>
		<description>Same as Daniel! Absolute hair saver thanks for writing this.</description>
		<content:encoded><![CDATA[<p>Same as Daniel! Absolute hair saver thanks for writing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/comment-page-1/#comment-5372</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Tue, 16 Feb 2010 19:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://gabediaz.com/?p=538#comment-5372</guid>
		<description>Hi Gabe...you a freakin time saver!! I&#039;ve been lookin around for nearly 3 hours searching article about this, finally i find it here! you rocks man..deeply apreciate on your information

cheers!</description>
		<content:encoded><![CDATA[<p>Hi Gabe&#8230;you a freakin time saver!! I&#8217;ve been lookin around for nearly 3 hours searching article about this, finally i find it here! you rocks man..deeply apreciate on your information</p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabediaz</title>
		<link>http://gabediaz.com/blog/custom-category-page-and-post-templates-for-wordpress/comment-page-1/#comment-4793</link>
		<dc:creator>gabediaz</dc:creator>
		<pubDate>Mon, 11 Jan 2010 01:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://gabediaz.com/?p=538#comment-4793</guid>
		<description>@Paul - 

To get the active category when viewing single posts check out the following links:
http://www.designshard.com/video-tutorials/highlight-wordpress-category-when-on-a-single-post-tutorial/

http://kahi.cz/wordpress/highlight-used-categories-plugin/

Basically the plugins will allow for a &quot;current&quot; class to be included to your wp_list_category() and will also display them for when into single posts.</description>
		<content:encoded><![CDATA[<p>@Paul &#8211; </p>
<p>To get the active category when viewing single posts check out the following links:<br />
<a href="http://www.designshard.com/video-tutorials/highlight-wordpress-category-when-on-a-single-post-tutorial/" rel="nofollow">http://www.designshard.com/video-tutorials/highlight-wordpress-category-when-on-a-single-post-tutorial/</a></p>
<p><a href="http://kahi.cz/wordpress/highlight-used-categories-plugin/" rel="nofollow">http://kahi.cz/wordpress/highlight-used-categories-plugin/</a></p>
<p>Basically the plugins will allow for a &#8220;current&#8221; class to be included to your wp_list_category() and will also display them for when into single posts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
