<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: front-page-excluded-categories</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: front-page-excluded-categories</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 15:19:15 +0000</pubDate>

<item>
<title>zukny on "[Plugin: Front Page Excluded Categories] Best way to exclude categories"</title>
<link>http://wordpress.org/support/topic/239411#post-972459</link>
<pubDate>Sun, 01 Feb 2009 02:31:21 +0000</pubDate>
<dc:creator>zukny</dc:creator>
<guid isPermaLink="false">972459@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The best way to exclude categories, is dont add them.&#60;/p&#62;
&#60;p&#62;Many people tell you to replace your pages html code / php code . with&#60;br /&#62;
some categories code.&#60;/p&#62;
&#60;p&#62;Instead there is another site out there, that shows you how exactly to add particular categories to your pages with out any hassle&#60;/p&#62;
&#60;p&#62;very simple stuff!&#60;br /&#62;
( if i can do it, you can do it&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://moshublog.com/2007/07/26/pages-and-categories/&#34; rel=&#34;nofollow&#34;&#62;http://moshublog.com/2007/07/26/pages-and-categories/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mlanger on "Exclude for RSS as well?"</title>
<link>http://wordpress.org/support/topic/144616#post-654006</link>
<pubDate>Mon, 26 Nov 2007 12:07:24 +0000</pubDate>
<dc:creator>mlanger</dc:creator>
<guid isPermaLink="false">654006@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This is possible with the Ultimate Category Excluder plugin, which I use. But I just discovered a conflict between it and WordPress 2.3.1 which disables the Category filter in the Manage Posts administration panel.&#60;/p&#62;
&#60;p&#62;I'm starting to think that it might also be affecting some of the category-related conditional statements I use in my sidebar, but don't have time to verify that right now.
&#60;/p&#62;</description>
</item>
<item>
<title>nabeelo on "Exclude for RSS as well?"</title>
<link>http://wordpress.org/support/topic/144616#post-652334</link>
<pubDate>Thu, 22 Nov 2007 01:59:26 +0000</pubDate>
<dc:creator>nabeelo</dc:creator>
<guid isPermaLink="false">652334@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Curious if anyone has figured out a way to exclude categories from the RSS feed as well.
&#60;/p&#62;</description>
</item>
<item>
<title>doodlebee on "Tripled Posts?"</title>
<link>http://wordpress.org/support/topic/122287#post-575733</link>
<pubDate>Sat, 16 Jun 2007 18:21:33 +0000</pubDate>
<dc:creator>doodlebee</dc:creator>
<guid isPermaLink="false">575733@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;em&#62;I just installed this plugin on WordPress 2.2.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;And the plugin would be...?  Did you make sure it was compatible with 2.2?&#60;/p&#62;
&#60;p&#62;&#60;em&#62;and some nasty PHP error message:&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;That's not a PHP error.  That's a MySQL error.  What I can make of it, the plugin tried to create a table with a name that already exists in the database.&#60;/p&#62;
&#60;p&#62;My guess would be that whatever plugin you're trying to use, it's not upgraded to run with 2.2 yet.
&#60;/p&#62;</description>
</item>
<item>
<title>Southwest on "Tripled Posts?"</title>
<link>http://wordpress.org/support/topic/122287#post-575706</link>
<pubDate>Sat, 16 Jun 2007 17:04:12 +0000</pubDate>
<dc:creator>Southwest</dc:creator>
<guid isPermaLink="false">575706@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I just installed this plugin on WordPress 2.2. Even when it is the only plugin installed, it produces &#60;em&#62;three&#60;/em&#62; copies of each post on the front page. In addition, clicking on any category link in the sidebar results in a 404 and some nasty PHP error message:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;WordPress database error: [Not unique table/alias: &#38;#39;wp2_post2cat&#38;#39;]
SELECT SQL_CALC_FOUND_ROWS wp2_posts.* FROM wp2_posts LEFT JOIN wp2_post2cat ON (wp2_posts.ID = wp2_post2cat.post_id) LEFT JOIN wp2_categories ON (wp2_post2cat.category_id = wp2_categories.cat_ID) LEFT JOIN wp2_post2cat ON (wp2_posts.ID = wp2_post2cat.post_id) WHERE 1=1 AND category_id IN (15) AND (post_type = &#38;#39;post&#38;#39; AND (post_status = &#38;#39;publish&#38;#39; OR post_status = &#38;#39;private&#38;#39;)) AND category_id &#38;lt;&#38;gt; 1 AND category_id &#38;lt;&#38;gt; 2 AND category_id &#38;lt;&#38;gt; 3 AND category_id &#38;lt;&#38;gt; 5 AND category_id &#38;lt;&#38;gt; 7 AND category_id &#38;lt;&#38;gt; 8 AND category_id &#38;lt;&#38;gt; 9 AND category_id &#38;lt;&#38;gt; 10 AND category_id &#38;lt;&#38;gt; 11 AND category_id &#38;lt;&#38;gt; 12 AND category_id &#38;lt;&#38;gt; 13 AND category_id &#38;lt;&#38;gt; 14 AND category_id &#38;lt;&#38;gt; 15 AND category_id &#38;lt;&#38;gt; 16 AND category_id &#38;lt;&#38;gt; 17 AND category_id &#38;lt;&#38;gt; 18 AND category_id &#38;lt;&#38;gt; 19 AND category_id &#38;lt;&#38;gt; 20 AND category_id &#38;lt;&#38;gt; 21 AND category_id &#38;lt;&#38;gt; 22 AND category_id &#38;lt;&#38;gt; 23 GROUP BY wp2_posts.ID ORDER BY post_date DESC LIMIT 0, 10&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I hope this can be fixed. In the meantime, I'm going to grab another category management plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>wiziology on "Possible on other pages?"</title>
<link>http://wordpress.org/support/topic/121572#post-573067</link>
<pubDate>Mon, 11 Jun 2007 17:58:44 +0000</pubDate>
<dc:creator>wiziology</dc:creator>
<guid isPermaLink="false">573067@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have installed this plug-in and &#60;strong&#62;love&#60;/strong&#62; how I can customize it for my front page.  Now I am building my gallery with all the work I have recently done that has been added to my portfolio. I only want to include the posts from 1 category (multimedia) on the gallery page. Is it possible to use this code so that only the posts under multimedia show up on the gallery page?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
