<?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: WordPress FAQ: How Do I Use Category Themes?</title>
	<atom:link href="http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/</link>
	<description>Business and Technology with Common Sense</description>
	<lastBuildDate>Wed, 23 May 2012 22:55:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20841</generator>
	<item>
		<title>By: Frank</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42252</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 18 Aug 2007 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42252</guid>
		<description>Hello!

I realize this is sort of an old issue, but I was wondering if there were a relatively simple tutorial for setting up a Wordpress blog that allows for separate Wordpress Themes for each Category featured on the blog.  So far I&#039;ve found numerous sites describing how one can alter the Category templates, but this is the first site that seems to suggest you can actually set separate complete Themes for each category.  I tried my best with what was provided here, but even the basic questions of which files to edit seem a bit confusing.

Thanks for the help! (hopefully)
Frank</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I realize this is sort of an old issue, but I was wondering if there were a relatively simple tutorial for setting up a WordPress blog that allows for separate WordPress Themes for each Category featured on the blog.  So far I&#8217;ve found numerous sites describing how one can alter the Category templates, but this is the first site that seems to suggest you can actually set separate complete Themes for each category.  I tried my best with what was provided here, but even the basic questions of which files to edit seem a bit confusing.</p>
<p>Thanks for the help! (hopefully)<br />
Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Kruse</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42251</link>
		<dc:creator>Matt Kruse</dc:creator>
		<pubDate>Wed, 18 Jul 2007 22:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42251</guid>
		<description>My code got filtered out, of course, it should be:

&lt;body class=&quot;&quot;&gt;</description>
		<content:encoded><![CDATA[<p>My code got filtered out, of course, it should be:</p>
<p>&lt;body class=&#8221;"&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Kruse</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42250</link>
		<dc:creator>Matt Kruse</dc:creator>
		<pubDate>Wed, 18 Jul 2007 22:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42250</guid>
		<description>I&#039;m putting up a family blog, with each person in the family having their own category. So the home page will show all posts, and each person will &quot;have their own blog&quot; by linking directory to their category.

I wanted to allow for different themes and styles if someone is viewing a category page specific to a certain family member.

So what I did is in the header I just put this:
&lt;body class=&quot;&quot;&gt;

Now I will have a class set on the body tag if I&#039;m viewing a category page, and I can use plain old CSS to set rules like

body.Bob { background-color:black; }
body.Bob #wp-calendar { something-funky; }

I can completely change the layout, style, and content based only on the body&#039;s class by changing my theme&#039;s single stylesheet.

I haven&#039;t fully implemented it yet, but that&#039;s my plan. Any better ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m putting up a family blog, with each person in the family having their own category. So the home page will show all posts, and each person will &#8220;have their own blog&#8221; by linking directory to their category.</p>
<p>I wanted to allow for different themes and styles if someone is viewing a category page specific to a certain family member.</p>
<p>So what I did is in the header I just put this:<br />
&lt;body class=&#8221;"&gt;</p>
<p>Now I will have a class set on the body tag if I&#8217;m viewing a category page, and I can use plain old CSS to set rules like</p>
<p>body.Bob { background-color:black; }<br />
body.Bob #wp-calendar { something-funky; }</p>
<p>I can completely change the layout, style, and content based only on the body&#8217;s class by changing my theme&#8217;s single stylesheet.</p>
<p>I haven&#8217;t fully implemented it yet, but that&#8217;s my plan. Any better ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banyan</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42249</link>
		<dc:creator>Banyan</dc:creator>
		<pubDate>Thu, 03 May 2007 03:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42249</guid>
		<description>Nice post!

The categories always prefix with &quot;category&quot;.

I find we can remove it by add /. to the setting.
Options&gt;&gt;Permalink&gt;&gt;Optional&gt;&gt;Category base:</description>
		<content:encoded><![CDATA[<p>Nice post!</p>
<p>The categories always prefix with &#8220;category&#8221;.</p>
<p>I find we can remove it by add /. to the setting.<br />
Options&gt;&gt;Permalink&gt;&gt;Optional&gt;&gt;Category base:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orderer</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42248</link>
		<dc:creator>Orderer</dc:creator>
		<pubDate>Sat, 14 Apr 2007 12:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42248</guid>
		<description>Nice post! Actually categories, and the per-author posts are perhaps the most under-utilized of wordpress&#039; features.</description>
		<content:encoded><![CDATA[<p>Nice post! Actually categories, and the per-author posts are perhaps the most under-utilized of wordpress&#8217; features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42247</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Thu, 05 Apr 2007 17:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42247</guid>
		<description>My bad, Milo. I&#039;ve made the change.</description>
		<content:encoded><![CDATA[<p>My bad, Milo. I&#8217;ve made the change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milo</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42246</link>
		<dc:creator>Milo</dc:creator>
		<pubDate>Thu, 05 Apr 2007 09:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42246</guid>
		<description>This is so cool! I can&#039;t wait to find my way in Wordpress and use the techniques above. I would start with a simple change header scenario for each category. Its been a long time I want to do this. :)

Also, can you please correct? My name is Milo Riano, not Griano. :) G is my middle initial.</description>
		<content:encoded><![CDATA[<p>This is so cool! I can&#8217;t wait to find my way in WordPress and use the techniques above. I would start with a simple change header scenario for each category. Its been a long time I want to do this. :)</p>
<p>Also, can you please correct? My name is Milo Riano, not Griano. :) G is my middle initial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42245</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Mon, 02 Apr 2007 00:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42245</guid>
		<description>I&#039;d probably recommend that anyone separating content out like this into different stylesheets, etc probably also take the additional step of modifying the main Loop to exclude those categories. In other words, it&#039;s probably less effective if you don&#039;t treat separate categories as separate pseudo-blogs - if that makes any sense through my weekend haze.</description>
		<content:encoded><![CDATA[<p>I&#8217;d probably recommend that anyone separating content out like this into different stylesheets, etc probably also take the additional step of modifying the main Loop to exclude those categories. In other words, it&#8217;s probably less effective if you don&#8217;t treat separate categories as separate pseudo-blogs &#8211; if that makes any sense through my weekend haze.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Joyner</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42244</link>
		<dc:creator>James Joyner</dc:creator>
		<pubDate>Sun, 01 Apr 2007 14:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42244</guid>
		<description>Interesting. I spun off almost all the postings for sports and pop culture to separate blogs last February, so there&#039;s probably not much point anymore.

I&#039;ll have to think about other applications, though.  Most of my visitors either come to a specific entry item or the home page, but I do get substantial search engine referrals to the category archive pages.  It may be interesting to color code or play around with different logos and such for those pages.</description>
		<content:encoded><![CDATA[<p>Interesting. I spun off almost all the postings for sports and pop culture to separate blogs last February, so there&#8217;s probably not much point anymore.</p>
<p>I&#8217;ll have to think about other applications, though.  Most of my visitors either come to a specific entry item or the home page, but I do get substantial search engine referrals to the category archive pages.  It may be interesting to color code or play around with different logos and such for those pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42243</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Sun, 01 Apr 2007 12:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42243</guid>
		<description>Hi James-

Good to see you. I&#039;ve seen a couple of blogs do it where the topics are diverse and the author wanted to have, say, a different background color for a given category or, say, a slightly different layout for a miniblog category. Your blog would do quite well with either a different color or a different layout for, particularly, your sports category. At any rate, Andrew Sullivan pops to mind as someone who did slightly different things per category on his old blog.

I&#039;m also pretty sure &lt;a href=&quot;http://mezzoblue.com/archives/2007/&quot;&gt;Mezzoblue&lt;/a&gt; is doing some pretty funky things with categories using them as definition for his &quot;Collections&quot; and styling differently per.</description>
		<content:encoded><![CDATA[<p>Hi James-</p>
<p>Good to see you. I&#8217;ve seen a couple of blogs do it where the topics are diverse and the author wanted to have, say, a different background color for a given category or, say, a slightly different layout for a miniblog category. Your blog would do quite well with either a different color or a different layout for, particularly, your sports category. At any rate, Andrew Sullivan pops to mind as someone who did slightly different things per category on his old blog.</p>
<p>I&#8217;m also pretty sure <a href="http://mezzoblue.com/archives/2007/">Mezzoblue</a> is doing some pretty funky things with categories using them as definition for his &#8220;Collections&#8221; and styling differently per.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Joyner</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42242</link>
		<dc:creator>James Joyner</dc:creator>
		<pubDate>Sun, 01 Apr 2007 12:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42242</guid>
		<description>I experimented with this quite some time back to have different advertising content for my sports and pop culture categories buy found an easier way to do it for that purpose.

Off the top of my head, I can&#039;t think of other applications for this.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>I experimented with this quite some time back to have different advertising content for my sports and pop culture categories buy found an easier way to do it for that purpose.</p>
<p>Off the top of my head, I can&#8217;t think of other applications for this.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonic</title>
		<link>http://technosailor.com/2007/03/31/wordpress-faq-how-do-i-use-category-themes/comment-page-1/#comment-42241</link>
		<dc:creator>Jonic</dc:creator>
		<pubDate>Sat, 31 Mar 2007 06:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-category-themes/#comment-42241</guid>
		<description>Great tip Aaron...

I think it&#039;s a little weird that, when trying to access a page, foobar.php will be used when loading a page with a slug of &#039;foobar&#039;, but the same doesn&#039;t apply to categories.

I think WordPress could really use that. Sure, we can apply the category-x.php method you went over, but it would be great if we could use foobar.php where &#039;foobar&#039; is the name of the category we want to look at.

For anyone that is still a little puzzled after Aaron&#039;s great write-up on the matter; You might want to take a look at this page on the WordPress Codex concerning the template hierarchy.

&lt;a href=&quot;http://codex.wordpress.org/Template_Hierarchy&quot;&gt;http://codex.wordpress.org/Template_Hierarchy&lt;/a&gt;

There exists a very handy diagram there that I would recommend anyone who plans on developing any WordPress themes download for private perusal at a later date.

Technosailor FTW and that :)</description>
		<content:encoded><![CDATA[<p>Great tip Aaron&#8230;</p>
<p>I think it&#8217;s a little weird that, when trying to access a page, foobar.php will be used when loading a page with a slug of &#8216;foobar&#8217;, but the same doesn&#8217;t apply to categories.</p>
<p>I think WordPress could really use that. Sure, we can apply the category-x.php method you went over, but it would be great if we could use foobar.php where &#8216;foobar&#8217; is the name of the category we want to look at.</p>
<p>For anyone that is still a little puzzled after Aaron&#8217;s great write-up on the matter; You might want to take a look at this page on the WordPress Codex concerning the template hierarchy.</p>
<p><a href="http://codex.wordpress.org/Template_Hierarchy">http://codex.wordpress.org/Template_Hierarchy</a></p>
<p>There exists a very handy diagram there that I would recommend anyone who plans on developing any WordPress themes download for private perusal at a later date.</p>
<p>Technosailor FTW and that :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

