<?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: Just One Category</title>
	<atom:link href="http://blogwaffe.com/2005/05/31/just-one-category/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogwaffe.com/2005/05/31/just-one-category/</link>
	<description>Witness the firepower of this fully armed and operational blog station</description>
	<lastBuildDate>Mon, 21 May 2012 07:10:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Rich</title>
		<link>http://blogwaffe.com/2005/05/31/just-one-category/comment-page-1/#comment-193748</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Thu, 22 Dec 2011 21:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogwaffe.com:8000/2005/05/31/294/#comment-193748</guid>
		<description>Michael,

I think I fixed just One Category to work with newer versions of WordPress (since 3.1):

In ver. 1.1 Change just_one_cat.php, approx line 39, reads:

&lt;code&gt;
$just_one = $wpdb-&gt;prepare( &quot; AND $wpdb-&gt;term_taxonomy.term_id = %d &quot;, $cat );
&lt;/code&gt;

Change to:

&lt;code&gt;
$just_one = $wpdb-&gt;prepare( &quot; AND $wpdb-&gt;term_relationships.term_taxonomy_id = %d &quot;, $cat );
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>I think I fixed just One Category to work with newer versions of WordPress (since 3.1):</p>
<p>In ver. 1.1 Change just_one_cat.php, approx line 39, reads:</p>
<p><code><br />
$just_one = $wpdb-&gt;prepare( " AND $wpdb-&gt;term_taxonomy.term_id = %d ", $cat );<br />
</code></p>
<p>Change to:</p>
<p><code><br />
$just_one = $wpdb-&gt;prepare( " AND $wpdb-&gt;term_relationships.term_taxonomy_id = %d ", $cat );<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens G.</title>
		<link>http://blogwaffe.com/2005/05/31/just-one-category/comment-page-1/#comment-150760</link>
		<dc:creator>Jens G.</dc:creator>
		<pubDate>Thu, 03 Mar 2011 23:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogwaffe.com:8000/2005/05/31/294/#comment-150760</guid>
		<description>Hi

the plugin is broken since WP Update 3.1
Can you bring a Update for this Plugin please.

Thx</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>the plugin is broken since WP Update 3.1<br />
Can you bring a Update for this Plugin please.</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RDBerge</title>
		<link>http://blogwaffe.com/2005/05/31/just-one-category/comment-page-1/#comment-143752</link>
		<dc:creator>RDBerge</dc:creator>
		<pubDate>Sat, 23 Oct 2010 17:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogwaffe.com:8000/2005/05/31/294/#comment-143752</guid>
		<description>I must be stupid because I have no clue how to call the functionality of this plugin.</description>
		<content:encoded><![CDATA[<p>I must be stupid because I have no clue how to call the functionality of this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://blogwaffe.com/2005/05/31/just-one-category/comment-page-1/#comment-141947</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Wed, 14 Jul 2010 13:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogwaffe.com:8000/2005/05/31/294/#comment-141947</guid>
		<description>What do you mean &quot;it just works&quot;?
How do I choose what category to display on which page?!?</description>
		<content:encoded><![CDATA[<p>What do you mean &#8220;it just works&#8221;?<br />
How do I choose what category to display on which page?!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orachii</title>
		<link>http://blogwaffe.com/2005/05/31/just-one-category/comment-page-1/#comment-141520</link>
		<dc:creator>Orachii</dc:creator>
		<pubDate>Sun, 06 Jun 2010 00:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogwaffe.com:8000/2005/05/31/294/#comment-141520</guid>
		<description>I can not get this to work with 2.9.2. I installed it and NOTHING sub-categories still show up in main categories.

Perhaps it&#039;s one of my other PLUGINS messing it up can you test it?

I have the following installed and active:

1) Category Order
2) Date Exclusion SEO
3) Fast and Secure Contact Form
4) Frontpage Manager
5) Twitter for Wordpress
6) WP No Category Base</description>
		<content:encoded><![CDATA[<p>I can not get this to work with 2.9.2. I installed it and NOTHING sub-categories still show up in main categories.</p>
<p>Perhaps it&#8217;s one of my other PLUGINS messing it up can you test it?</p>
<p>I have the following installed and active:</p>
<p>1) Category Order<br />
2) Date Exclusion SEO<br />
3) Fast and Secure Contact Form<br />
4) Frontpage Manager<br />
5) Twitter for WordPress<br />
6) WP No Category Base</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://blogwaffe.com/2005/05/31/just-one-category/comment-page-1/#comment-140949</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Fri, 23 Apr 2010 15:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogwaffe.com:8000/2005/05/31/294/#comment-140949</guid>
		<description>The latest version 2.9.2.
I administrate two blogs with Just One Category. Both use WP 2.9.2, both have professional updated themes but one was broken after updating to 1.1 and the other one wasn&#039;t. The broken one uses Gotham News by Woothemes, the other one Thesis 1.7.</description>
		<content:encoded><![CDATA[<p>The latest version 2.9.2.<br />
I administrate two blogs with Just One Category. Both use WP 2.9.2, both have professional updated themes but one was broken after updating to 1.1 and the other one wasn&#8217;t. The broken one uses Gotham News by Woothemes, the other one Thesis 1.7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDA</title>
		<link>http://blogwaffe.com/2005/05/31/just-one-category/comment-page-1/#comment-140801</link>
		<dc:creator>MDA</dc:creator>
		<pubDate>Tue, 13 Apr 2010 21:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogwaffe.com:8000/2005/05/31/294/#comment-140801</guid>
		<description>I sent an email to the authors of your theme.  Hopefully they can send me a copy so that I can see what my plugin is doing that breaks your site.</description>
		<content:encoded><![CDATA[<p>I sent an email to the authors of your theme.  Hopefully they can send me a copy so that I can see what my plugin is doing that breaks your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingrida</title>
		<link>http://blogwaffe.com/2005/05/31/just-one-category/comment-page-1/#comment-140783</link>
		<dc:creator>Ingrida</dc:creator>
		<pubDate>Mon, 12 Apr 2010 03:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogwaffe.com:8000/2005/05/31/294/#comment-140783</guid>
		<description>Well, if you look at www.kawapanga.com homepage, there are categories displayed a bit lover like: &quot;travel ideas&quot;, &quot;travel tips&quot; and &quot;travel the world&quot;.Each show 3 recent emails with a thumb picture. After installing upgrade, it started showing just one post instead of 3. Originally my theme is showing 3 recent posts from those categories on a home page. Before this plug0in would not influence my home page, just normal posts. Now it disrupts work of my home page. Any idea how i could exclude my home page out of plug-ins influence field?</description>
		<content:encoded><![CDATA[<p>Well, if you look at <a href="http://www.kawapanga.com" rel="nofollow">http://www.kawapanga.com</a> homepage, there are categories displayed a bit lover like: &#8220;travel ideas&#8221;, &#8220;travel tips&#8221; and &#8220;travel the world&#8221;.Each show 3 recent emails with a thumb picture. After installing upgrade, it started showing just one post instead of 3. Originally my theme is showing 3 recent posts from those categories on a home page. Before this plug0in would not influence my home page, just normal posts. Now it disrupts work of my home page. Any idea how i could exclude my home page out of plug-ins influence field?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDA</title>
		<link>http://blogwaffe.com/2005/05/31/just-one-category/comment-page-1/#comment-140778</link>
		<dc:creator>MDA</dc:creator>
		<pubDate>Sun, 11 Apr 2010 20:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogwaffe.com:8000/2005/05/31/294/#comment-140778</guid>
		<description>Hm.  It works for me.  What version of WordPress are you using?</description>
		<content:encoded><![CDATA[<p>Hm.  It works for me.  What version of WordPress are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDA</title>
		<link>http://blogwaffe.com/2005/05/31/just-one-category/comment-page-1/#comment-140777</link>
		<dc:creator>MDA</dc:creator>
		<pubDate>Sun, 11 Apr 2010 20:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogwaffe.com:8000/2005/05/31/294/#comment-140777</guid>
		<description>I don&#039;t know what you mean by &quot;home page category&quot; posts.  Could you explain more?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know what you mean by &#8220;home page category&#8221; posts.  Could you explain more?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

