<?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>Sat, 24 Jul 2010 01:12:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<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: 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: 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>
	<item>
		<title>By: cSoul</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-639858</link>
		<dc:creator>cSoul</dc:creator>
		<pubDate>Mon, 18 Aug 2008 14:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-639858</guid>
		<description>To force the single post display to pick up the category template of the parent category, if no specific category template exits, I modified the plugin as follows:

`	foreach ( $categories as $category ) {
		if ( file_exists(TEMPLATEPATH . &quot;/category-&quot; . $category-&gt;cat_ID . &#039;.php&#039;) ) {
			include(TEMPLATEPATH . &quot;/category-&quot; . $category-&gt;cat_ID . &#039;.php&#039;);
                        exit; }
            elseif ( file_exists(TEMPLATEPATH . &quot;/category-&quot; . $category-&gt;category_parent . &#039;.php&#039;) ) {
			include(TEMPLATEPATH . &quot;/category-&quot; . $category-&gt;category_parent . &#039;.php&#039;);
			exit; }
	}`</description>
		<content:encoded><![CDATA[<p>To force the single post display to pick up the category template of the parent category, if no specific category template exits, I modified the plugin as follows:</p>
<p>`	foreach ( $categories as $category ) {<br />
		if ( file_exists(TEMPLATEPATH . &#8220;/category-&#8221; . $category-&gt;cat_ID . &#8216;.php&#8217;) ) {<br />
			include(TEMPLATEPATH . &#8220;/category-&#8221; . $category-&gt;cat_ID . &#8216;.php&#8217;);<br />
                        exit; }<br />
            elseif ( file_exists(TEMPLATEPATH . &#8220;/category-&#8221; . $category-&gt;category_parent . &#8216;.php&#8217;) ) {<br />
			include(TEMPLATEPATH . &#8220;/category-&#8221; . $category-&gt;category_parent . &#8216;.php&#8217;);<br />
			exit; }<br />
	}`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fedmich</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-614496</link>
		<dc:creator>fedmich</dc:creator>
		<pubDate>Fri, 16 May 2008 04:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-614496</guid>
		<description>I prefer to minimize the use of plugin to avoid making my site slow. So Im looking for the actual code instead of this plugin. Good work anyway, Keep up the good work :)</description>
		<content:encoded><![CDATA[<p>I prefer to minimize the use of plugin to avoid making my site slow. So Im looking for the actual code instead of this plugin. Good work anyway, Keep up the good work <img src='http://s2.txfx.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katya</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-608586</link>
		<dc:creator>Katya</dc:creator>
		<pubDate>Fri, 02 May 2008 11:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-608586</guid>
		<description>I use your code and I have commented before

Once again, accept my good wishes
:)</description>
		<content:encoded><![CDATA[<p>I use your code and I have commented before</p>
<p>Once again, accept my good wishes<br />
 <img src='http://s2.txfx.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Ciorici</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-575011</link>
		<dc:creator>Pavel Ciorici</dc:creator>
		<pubDate>Fri, 28 Mar 2008 04:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-575011</guid>
		<description>Can you help me to make separate template for post viewing? I don`t want this plugin too change look of single posts.. How can I do to to not modify it`s template?

I just want to modify categoryX template.</description>
		<content:encoded><![CDATA[<p>Can you help me to make separate template for post viewing? I don`t want this plugin too change look of single posts.. How can I do to to not modify it`s template?</p>
<p>I just want to modify categoryX template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Your page is now on StumbleUpon!</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-557280</link>
		<dc:creator>Your page is now on StumbleUpon!</dc:creator>
		<pubDate>Sun, 16 Mar 2008 14:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-557280</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Your page is on StumbleUpon [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Your page is on StumbleUpon [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cathie Toshach Â» Index</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-433693</link>
		<dc:creator>Cathie Toshach Â» Index</dc:creator>
		<pubDate>Sun, 10 Feb 2008 09:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-433693</guid>
		<description>&lt;!--%kramer-pre%--&gt;: WP plugin that lets you completely customize the order in which your posts appear. If chronological or alphabetical aren&#039;t sufficient, this is a great tool. I used it on my work portfolio so I could control the order by significance.Force Category Template: WP plugin that allows you to create custom templates for each category. I used this to create separate headers for all my category-driven pages, including work, blog, and photos. Get Custom Field Values&lt;!--%kramer-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-pre%-->: WP plugin that lets you completely customize the order in which your posts appear. If chronological or alphabetical aren&#8217;t sufficient, this is a great tool. I used it on my work portfolio so I could control the order by significance.Force Category Template: WP plugin that allows you to create custom templates for each category. I used this to create separate headers for all my category-driven pages, including work, blog, and photos. Get Custom Field Values<!--%kramer-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacob</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-371568</link>
		<dc:creator>jacob</dc:creator>
		<pubDate>Wed, 23 Jan 2008 23:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-371568</guid>
		<description>Hi,
Please answer me... does this plugin work with wordpress 2.3.2?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Please answer me&#8230; does this plugin work with wordpress 2.3.2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ôîðóì ïî WordPress / Ïîìîãèòå ñ óñòàíîâêîé force-category-template</title>
		<link>http://txfx.net/wordpress-plugins/force-category-template/comment-page-1/#comment-304362</link>
		<dc:creator>Ôîðóì ïî WordPress / Ïîìîãèòå ñ óñòàíîâêîé force-category-template</dc:creator>
		<pubDate>Thu, 03 Jan 2008 07:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/code/wordpress/force-category-template/#comment-304362</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] êà÷íóë ñåáå ïëàãèí force-category-template , êà÷íóë îò ñþäà http://txfx.net/code/wordpress/force-category-template/×èòàë íà èíãëèøå íî íè÷î íå ïîíÿë, õîòü èíãëèø çíàþ íîðì.Ïîìîãèòå ÷òî òàì è ãäå ñîçäàâàòü íàäî è [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] êà÷íóë ñåáå ïëàãèí force-category-template , êà÷íóë îò ñþäà <a href="http://txfx.net/code/wordpress/force-category-template/×èòàë" rel="nofollow">http://txfx.net/code/wordpress/force-category-template/×èòàë</a> íà èíãëèøå íî íè÷î íå ïîíÿë, õîòü èíãëèø çíàþ íîðì.Ïîìîãèòå ÷òî òàì è ãäå ñîçäàâàòü íàäî è [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
</channel>
</rss>