<?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: Force Category Template</title>
	<atom:link href="http://txfx.net/wordpress-plugins/force-category-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://txfx.net</link>
	<description>Mark Jaquith&#039;s blog about capitalism, freedom, WordPress, the web, and personal topics</description>
	<lastBuildDate>Wed, 02 May 2012 07:17:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20838</generator>
	<item>
		<title>By: pushpinder bagga</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-753613</link>
		<dc:creator>pushpinder bagga</dc:creator>
		<pubDate>Fri, 17 Sep 2010 22:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-753613</guid>
		<description>Thanks Mark. This helped a lot!

Thanks a ton!</description>
		<content:encoded><![CDATA[<p>Thanks Mark. This helped a lot!</p>
<p>Thanks a ton!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJ</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-753214</link>
		<dc:creator>MJ</dc:creator>
		<pubDate>Fri, 25 Jun 2010 06:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-753214</guid>
		<description>Put the category-x.php file in your theme folder.</description>
		<content:encoded><![CDATA[<p>Put the category-x.php file in your theme folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJ</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-753213</link>
		<dc:creator>MJ</dc:creator>
		<pubDate>Fri, 25 Jun 2010 06:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-753213</guid>
		<description>I spent an hour looking for a plugin to do what yours does. All I need is for 1 specific category to list its posts in more of a list format instead of its default blog format -- and this does this perfectly, thank you.</description>
		<content:encoded><![CDATA[<p>I spent an hour looking for a plugin to do what yours does. All I need is for 1 specific category to list its posts in more of a list format instead of its default blog format &#8212; and this does this perfectly, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filmizleseyret</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-753067</link>
		<dc:creator>filmizleseyret</dc:creator>
		<pubDate>Sat, 29 May 2010 10:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-753067</guid>
		<description>I’m pretty sure this is a silly question …but still… In which directory do the category-X.php files go?</description>
		<content:encoded><![CDATA[<p>I’m pretty sure this is a silly question …but still… In which directory do the category-X.php files go?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-752716</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 02 Apr 2010 17:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-752716</guid>
		<description>I spent the best part of an afternoon tryling to work htis out!

Thanks for the great plug-in.</description>
		<content:encoded><![CDATA[<p>I spent the best part of an afternoon tryling to work htis out!</p>
<p>Thanks for the great plug-in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-743753</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-743753</guid>
		<description>I&#039;ve been struggling with getting the campaigns the way I want them to, thanks for this.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been struggling with getting the campaigns the way I want them to, thanks for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-733971</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Wed, 08 Jul 2009 23:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-733971</guid>
		<description>Replace
if ( !is_single() &#124;&#124; is_404() ) return; // we only care about single posts

with
if ( !is_category() &#124;&#124; is_404() &#124;&#124; is_feed() ) return; // we only care about category views

otherwise it prevents category rss feeds from working correctly.</description>
		<content:encoded><![CDATA[<p>Replace<br />
if ( !is_single() || is_404() ) return; // we only care about single posts</p>
<p>with<br />
if ( !is_category() || is_404() || is_feed() ) return; // we only care about category views</p>
<p>otherwise it prevents category rss feeds from working correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-694120</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 09 Mar 2009 11:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-694120</guid>
		<description>ok. sorry, I admit it. it WAS a silly question. they go into the directory oft theme in use...</description>
		<content:encoded><![CDATA[<p>ok. sorry, I admit it. it WAS a silly question. they go into the directory oft theme in use&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-694102</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 09 Mar 2009 10:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-694102</guid>
		<description>I&#039;m pretty sure this is a silly question ...but still... In which directory do the category-X.php files go?

thx for your help!</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure this is a silly question &#8230;but still&#8230; In which directory do the category-X.php files go?</p>
<p>thx for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Huger</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-681212</link>
		<dc:creator>George Huger</dc:creator>
		<pubDate>Thu, 19 Feb 2009 19:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-681212</guid>
		<description>Thanks for the plugin, it did exactly what I needed with no hassle.</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin, it did exactly what I needed with no hassle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-651537</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 07 Nov 2008 03:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-651537</guid>
		<description>Best Wordpress plugin I&#039;ve seen all year. Thanks a million, this does EXACTLY what I&#039;ve been looking to do!!!</description>
		<content:encoded><![CDATA[<p>Best WordPress plugin I&#8217;ve seen all year. Thanks a million, this does EXACTLY what I&#8217;ve been looking to do!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thunder</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-650857</link>
		<dc:creator>Thunder</dc:creator>
		<pubDate>Sun, 26 Oct 2008 08:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-650857</guid>
		<description>Hi dood i have little problems , build simple blog for new car  bla bla ... all category on my site preset one seperation blog (wp-admin/settings/Prermalinks/ Custom Structure : /mark/%category%/%postname%.html and Category base: mark/ ) problem is a script no work on this , scipt lock ID for link line  $post-&gt;ID (script work ok on classic wp permalink http://localhost/?cat=100 ) don&#039;t work on this http://localhost/mark/ford</description>
		<content:encoded><![CDATA[<p>Hi dood i have little problems , build simple blog for new car  bla bla &#8230; all category on my site preset one seperation blog (wp-admin/settings/Prermalinks/ Custom Structure : /mark/%category%/%postname%.html and Category base: mark/ ) problem is a script no work on this , scipt lock ID for link line  $post-&gt;ID (script work ok on classic wp permalink <a href="http://localhost/?cat=100" rel="nofollow">http://localhost/?cat=100</a> ) don&#8217;t work on this <a href="http://localhost/mark/ford" rel="nofollow">http://localhost/mark/ford</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-647835</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 03 Oct 2008 15:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-647835</guid>
		<description>This plugin allows a forced category template when the single post is clicked.  However, just realized I&#039;m not getting the same wonderful result when I try to access the post from a TAG link.

Any suggestions on how to get it to function the same way using TAGS?

Thanks again,

Jim</description>
		<content:encoded><![CDATA[<p>This plugin allows a forced category template when the single post is clicked.  However, just realized I&#8217;m not getting the same wonderful result when I try to access the post from a TAG link.</p>
<p>Any suggestions on how to get it to function the same way using TAGS?</p>
<p>Thanks again,</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob cain</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-642923</link>
		<dc:creator>rob cain</dc:creator>
		<pubDate>Mon, 08 Sep 2008 20:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-642923</guid>
		<description>thanks for this, i was just about to write one.

however, what of the case where a post belongs to multiple categories?

the question of where and how page template transforms should be decided - we can only say &#039;it is decided in  context&#039; or by use-case.

in all cases however we can retain the concept of &#039;current category&#039; - logically we should have a &#039;view post in categories...&#039; view selector on each post; to be complete, also an &#039;edit post in category view&#039; for authors.
 
&#039;current category&#039; could be set up as a stack of nested &#039;category_event&#039; loops.

this plug-in here might help http://www.ilfilosofo.com/blog/2005/10/27/highlight-current-category/ 

but i think we might really need something like a push_current_category, and pop_current_category to allow developer to effectively code-up the user experience.

anyone know of anything?</description>
		<content:encoded><![CDATA[<p>thanks for this, i was just about to write one.</p>
<p>however, what of the case where a post belongs to multiple categories?</p>
<p>the question of where and how page template transforms should be decided &#8211; we can only say &#8216;it is decided in  context&#8217; or by use-case.</p>
<p>in all cases however we can retain the concept of &#8216;current category&#8217; &#8211; logically we should have a &#8216;view post in categories&#8230;&#8217; view selector on each post; to be complete, also an &#8216;edit post in category view&#8217; for authors.</p>
<p>&#8216;current category&#8217; could be set up as a stack of nested &#8216;category_event&#8217; loops.</p>
<p>this plug-in here might help <a href="http://www.ilfilosofo.com/blog/2005/10/27/highlight-current-category/" rel="nofollow">http://www.ilfilosofo.com/blog/2005/10/27/highlight-current-category/</a> </p>
<p>but i think we might really need something like a push_current_category, and pop_current_category to allow developer to effectively code-up the user experience.</p>
<p>anyone know of anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-642523</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 06 Sep 2008 11:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-642523</guid>
		<description>After googling everywhere for a solution to this, finally found your plugin.  This is a Godsend.  

After spending a long time to bifurcate my site&#039;s look and feel into 2 category templates, I was so disappointed to find out that single posts didn&#039;t retain their category template.  One would think that Wordpress post links within Archives would automatically call-up a specific category template if one had been setup. I&#039;m not a big fan of plugins either . . . but this really solved the problem.

Thanks again, Mark.  I just made a small donation.

Jim</description>
		<content:encoded><![CDATA[<p>After googling everywhere for a solution to this, finally found your plugin.  This is a Godsend.  </p>
<p>After spending a long time to bifurcate my site&#8217;s look and feel into 2 category templates, I was so disappointed to find out that single posts didn&#8217;t retain their category template.  One would think that WordPress post links within Archives would automatically call-up a specific category template if one had been setup. I&#8217;m not a big fan of plugins either . . . but this really solved the problem.</p>
<p>Thanks again, Mark.  I just made a small donation.</p>
<p>Jim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

