<?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: How to Set Up Custom WordPress Category Templates in Four Easy Steps</title>
	<atom:link href="http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/</link>
	<description>design. interactives. ideas.</description>
	<lastBuildDate>Mon, 09 Jan 2012 15:53:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Patski</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-749</link>
		<dc:creator>Patski</dc:creator>
		<pubDate>Mon, 09 Jan 2012 15:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-749</guid>
		<description>New to wordpress so thanks for this.

This might help others - if utilising child themes then put your newly created single.php in your child directory along with the other new templates and replace
include(TEMPLATEPATH . with
include(get_stylesheet_directory() .</description>
		<content:encoded><![CDATA[<p>New to wordpress so thanks for this.</p>
<p>This might help others &#8211; if utilising child themes then put your newly created single.php in your child directory along with the other new templates and replace<br />
include(TEMPLATEPATH . with<br />
include(get_stylesheet_directory() .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SPeed_FANat1c</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-745</link>
		<dc:creator>SPeed_FANat1c</dc:creator>
		<pubDate>Thu, 29 Dec 2011 12:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-745</guid>
		<description>oh the php tags are not appearing. I meant

/* Template Name: Archives
*/</description>
		<content:encoded><![CDATA[<p>oh the php tags are not appearing. I meant</p>
<p>/* Template Name: Archives<br />
*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SPeed_FANat1c</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-744</link>
		<dc:creator>SPeed_FANat1c</dc:creator>
		<pubDate>Thu, 29 Dec 2011 12:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-744</guid>
		<description>Hi, didn&#039;t read all the comments. But I needed this. But actually what came to my head from your and this http://www.binarymoon.co.uk/2007/06/wordpress-tips-and-tricks-custom-templates/

- why even do those things with categories and category numbers? I made a template file with beggining



and I found that new template appears in dropdown meniu in pages administration. So we can create a new empty page for example and choose our custom templete. And I am pretty sure there is a way to use the content of the page combined with our template, I am just new to wordpres, so don&#039;t know exactly how its done yet.</description>
		<content:encoded><![CDATA[<p>Hi, didn&#8217;t read all the comments. But I needed this. But actually what came to my head from your and this <a href="http://www.binarymoon.co.uk/2007/06/wordpress-tips-and-tricks-custom-templates/" rel="nofollow">http://www.binarymoon.co.uk/2007/06/wordpress-tips-and-tricks-custom-templates/</a></p>
<p>- why even do those things with categories and category numbers? I made a template file with beggining</p>
<p>and I found that new template appears in dropdown meniu in pages administration. So we can create a new empty page for example and choose our custom templete. And I am pretty sure there is a way to use the content of the page combined with our template, I am just new to wordpres, so don&#8217;t know exactly how its done yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wordpress by insomniacdeziner - Pearltrees</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-742</link>
		<dc:creator>wordpress by insomniacdeziner - Pearltrees</dc:creator>
		<pubDate>Tue, 20 Dec 2011 16:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-742</guid>
		<description>[...] In a recent project, I needed to distinguish blog-style posts from longer, stand-alone articles in WordPress. The blog posts needed to look one way, and the articles, another. One type needed to look like a pretty typical blog post, but the other needed to look more like a New York Times story page. My basic goal was to categorize stories as either &quot;posts&quot; or &quot;articles,&quot; and let WordPress apply the proper template for me. Seemed like it should be easy… until I tried to figure out how to make it work. I found the explanations in the WordPress codex confusing and unhelpful. How to Set Up Custom Wordpress Category Templates in Four Easy Steps [...]</description>
		<content:encoded><![CDATA[<p>[...] In a recent project, I needed to distinguish blog-style posts from longer, stand-alone articles in WordPress. The blog posts needed to look one way, and the articles, another. One type needed to look like a pretty typical blog post, but the other needed to look more like a New York Times story page. My basic goal was to categorize stories as either &quot;posts&quot; or &quot;articles,&quot; and let WordPress apply the proper template for me. Seemed like it should be easy… until I tried to figure out how to make it work. I found the explanations in the WordPress codex confusing and unhelpful. How to Set Up Custom WordPress Category Templates in Four Easy Steps [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt P</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-739</link>
		<dc:creator>Matt P</dc:creator>
		<pubDate>Tue, 06 Dec 2011 15:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-739</guid>
		<description>Hi jaouadnet...  Yes, this would replace the single.php file altogether...</description>
		<content:encoded><![CDATA[<p>Hi jaouadnet&#8230;  Yes, this would replace the single.php file altogether&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaouadnet</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-738</link>
		<dc:creator>jaouadnet</dc:creator>
		<pubDate>Mon, 05 Dec 2011 14:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-738</guid>
		<description>Thanks for such a great code, but i have one confusion, i have to place this code in single.php file, am i right?</description>
		<content:encoded><![CDATA[<p>Thanks for such a great code, but i have one confusion, i have to place this code in single.php file, am i right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Theme Creation</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-737</link>
		<dc:creator>WordPress Theme Creation</dc:creator>
		<pubDate>Tue, 29 Nov 2011 06:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-737</guid>
		<description>[...] Tricks article on how to create your own CMS.  If you decide to work within WordPress, however, this article might help for styling layout by category&#8230; something I&#8217;m considering myself now. [...]</description>
		<content:encoded><![CDATA[<p>[...] Tricks article on how to create your own CMS.  If you decide to work within WordPress, however, this article might help for styling layout by category&#8230; something I&#8217;m considering myself now. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress As a CMS &#124; Web Design Edmonton</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-736</link>
		<dc:creator>Wordpress As a CMS &#124; Web Design Edmonton</dc:creator>
		<pubDate>Sat, 26 Nov 2011 13:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-736</guid>
		<description>[...] How to Resource Link… Creating Your Own Page Templates [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Resource Link… Creating Your Own Page Templates [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alessio</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-718</link>
		<dc:creator>alessio</dc:creator>
		<pubDate>Sat, 04 Jun 2011 11:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-718</guid>
		<description>works perfectly, thanks a lot</description>
		<content:encoded><![CDATA[<p>works perfectly, thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aline</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-717</link>
		<dc:creator>Aline</dc:creator>
		<pubDate>Thu, 02 Jun 2011 17:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-717</guid>
		<description>wow,
you just saved me!
thank you.</description>
		<content:encoded><![CDATA[<p>wow,<br />
you just saved me!<br />
thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathy</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-709</link>
		<dc:creator>Kathy</dc:creator>
		<pubDate>Tue, 05 Apr 2011 16:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-709</guid>
		<description>Hi, what if I want to apply this to categories?
Say, the category.php is the portal. Then when the person clicks on a certain category, the category.php portal registers which CATEGORY it IS, and calls the appropriate template for it? 
Is this possible?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi, what if I want to apply this to categories?<br />
Say, the category.php is the portal. Then when the person clicks on a certain category, the category.php portal registers which CATEGORY it IS, and calls the appropriate template for it?<br />
Is this possible?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-701</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 12 Feb 2011 09:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-701</guid>
		<description>one last bit of clarification....the post is in two categories so it has two permalinks, ie, .../lawyers/robert and .../print/robert

i want to the first one to be displayed &#039;normally&#039; and the second one to be displayed as the &#039;print friendly&#039; version.....

but, no matter what/where, the post always comes up as the print friendly version...(because it is included in category 8)</description>
		<content:encoded><![CDATA[<p>one last bit of clarification&#8230;.the post is in two categories so it has two permalinks, ie, &#8230;/lawyers/robert and &#8230;/print/robert</p>
<p>i want to the first one to be displayed &#8216;normally&#8217; and the second one to be displayed as the &#8216;print friendly&#8217; version&#8230;..</p>
<p>but, no matter what/where, the post always comes up as the print friendly version&#8230;(because it is included in category 8)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-700</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 12 Feb 2011 01:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-700</guid>
		<description>so, what if your post is marked in two categories, ie, cat=4 and cat=8, and you only want it to display in the alternate template when it&#039;s specified as cat=8.....that may sound confusing, but here&#039;s what i&#039;m doing:

it&#039;s a site for a law firm...i have lawyers(category 4) listed in a drop-down menu, when you hover over the lawyer, it brings up another pop up containing a snippet of the lawyer&#039;s profile...within that pop up, there is an link to view full profile, a link to email that lawyer, and a link to print full profile....the client has a layout he wants for all printed pages...a &#039;print friendly&#039; version of the post..so, what i haven&#039;t figured out how to do is to print the full post as the &#039;print friendly&#039; version...

my thought was to create a category called &#039;print&#039; that i could add all posts to which would be printed(category 8)....so, i put all the posts of the lawyers, and all the &#039;practice areas&#039; (category 5) and added them to the &#039;print&#039; category.....so, now they are all in 2 categories....

i was going to use the permalink for the &#039;print&#039; category as the link on the &#039;print&#039; icon in the snippets......but, when i do that using the code in this article, it also shows that category post template when i try to view the post(in category 4 and 5) any time on the site, not only when i click on the print icon.......ie, since the lawyers and practice areas are also in category 4/5 and 8(print category), no matter when i try to view any lawyer or practice area post, it goes to the custom print template....

know what i mean?</description>
		<content:encoded><![CDATA[<p>so, what if your post is marked in two categories, ie, cat=4 and cat=8, and you only want it to display in the alternate template when it&#8217;s specified as cat=8&#8230;..that may sound confusing, but here&#8217;s what i&#8217;m doing:</p>
<p>it&#8217;s a site for a law firm&#8230;i have lawyers(category 4) listed in a drop-down menu, when you hover over the lawyer, it brings up another pop up containing a snippet of the lawyer&#8217;s profile&#8230;within that pop up, there is an link to view full profile, a link to email that lawyer, and a link to print full profile&#8230;.the client has a layout he wants for all printed pages&#8230;a &#8216;print friendly&#8217; version of the post..so, what i haven&#8217;t figured out how to do is to print the full post as the &#8216;print friendly&#8217; version&#8230;</p>
<p>my thought was to create a category called &#8216;print&#8217; that i could add all posts to which would be printed(category 8)&#8230;.so, i put all the posts of the lawyers, and all the &#8216;practice areas&#8217; (category 5) and added them to the &#8216;print&#8217; category&#8230;..so, now they are all in 2 categories&#8230;.</p>
<p>i was going to use the permalink for the &#8216;print&#8217; category as the link on the &#8216;print&#8217; icon in the snippets&#8230;&#8230;but, when i do that using the code in this article, it also shows that category post template when i try to view the post(in category 4 and 5) any time on the site, not only when i click on the print icon&#8230;&#8230;.ie, since the lawyers and practice areas are also in category 4/5 and 8(print category), no matter when i try to view any lawyer or practice area post, it goes to the custom print template&#8230;.</p>
<p>know what i mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yane</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-648</link>
		<dc:creator>yane</dc:creator>
		<pubDate>Thu, 11 Nov 2010 23:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-648</guid>
		<description>http://wordpress.org/extend/plugins/category-templates/</description>
		<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/category-templates/" rel="nofollow">http://wordpress.org/extend/plugins/category-templates/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdesignerslog</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-646</link>
		<dc:creator>webdesignerslog</dc:creator>
		<pubDate>Fri, 29 Oct 2010 15:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-646</guid>
		<description>Thanks for such a great code .. but i have one confusion ... i have to place this code in single.php file... am i right??</description>
		<content:encoded><![CDATA[<p>Thanks for such a great code .. but i have one confusion &#8230; i have to place this code in single.php file&#8230; am i right??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jodie B</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-644</link>
		<dc:creator>Jodie B</dc:creator>
		<pubDate>Thu, 07 Oct 2010 21:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-644</guid>
		<description>I got this to work beautifully.  However I do have one question. 

Can this be configured to show a specific template for a list of blogs posts from a specific category? 

My individual posts are coming up with the custom templates I assigned them but when you view a list of posts they are shown using the template I specified as &quot;else&quot;.</description>
		<content:encoded><![CDATA[<p>I got this to work beautifully.  However I do have one question. </p>
<p>Can this be configured to show a specific template for a list of blogs posts from a specific category? </p>
<p>My individual posts are coming up with the custom templates I assigned them but when you view a list of posts they are shown using the template I specified as &#8220;else&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Tutorials for the Hobbyist Web Designer</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-642</link>
		<dc:creator>Wordpress Tutorials for the Hobbyist Web Designer</dc:creator>
		<pubDate>Thu, 23 Sep 2010 20:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-642</guid>
		<description>[...] 4. How to set up custom wordpress category templates in four easy steps &#8211; from mattmedia.net [...]</description>
		<content:encoded><![CDATA[<p>[...] 4. How to set up custom wordpress category templates in four easy steps &#8211; from mattmedia.net [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeus</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-637</link>
		<dc:creator>Zeus</dc:creator>
		<pubDate>Mon, 13 Sep 2010 22:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-637</guid>
		<description>This does not work for me. What am I missing?

I seem to get warnings come up on page when i use your code or the suggested variations  byb Atle or Orgie...

Please help.</description>
		<content:encoded><![CDATA[<p>This does not work for me. What am I missing?</p>
<p>I seem to get warnings come up on page when i use your code or the suggested variations  byb Atle or Orgie&#8230;</p>
<p>Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-2/#comment-629</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-629</guid>
		<description>sweet i can now convert my site from static html to a wp cms</description>
		<content:encoded><![CDATA[<p>sweet i can now convert my site from static html to a wp cms</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nike</title>
		<link>http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/comment-page-1/#comment-628</link>
		<dc:creator>nike</dc:creator>
		<pubDate>Tue, 31 Aug 2010 15:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://mattmedia.net/2007/10/09/how-to-set-up-custom-wordpress-category-templates-in-four-easy-steps/#comment-628</guid>
		<description>Thank you so much! Your time is much appreciated!</description>
		<content:encoded><![CDATA[<p>Thank you so much! Your time is much appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

