<?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"
	>
<channel>
	<title>Comments on: Show all posts except those from one category (MT specific)</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/</link>
	<description></description>
	<pubDate>Sat, 30 Aug 2008 11:12:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Nate</title>
		<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7136</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7136</guid>
		<description>&lt;b&gt;Update:&lt;/b&gt;
I got the code to properly rebuild, however when i post to that category and load the site, it breaks the CSS and shifts all the content that should be in the middle and has it all left aligned.  Any idea why it would do that?
</description>
		<content:encoded><![CDATA[<p><b>Update:</b><br />
I got the code to properly rebuild, however when i post to that category and load the site, it breaks the CSS and shifts all the content that should be in the middle and has it all left aligned.  Any idea why it would do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7135</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7135</guid>
		<description>Hello, I've been searching for a way to hide a category.  What I want to do is this:  I have a full page calendar and I'd like to have a category called "dates" or something that I can enter data for the calendar only.  I'd like to hide all entries into the that category on my main page and on my category list in my sidebar.  I've tried this suggestion here, but it seems to not be able to see my &#60;/MTEntries&#62; at the end.  It's there, I've checked several times.  I even tried moving the code around within my &#60;MTEntries&#62; and &#60;/MTEntries&#62; tags.  Any help at all would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;ve been searching for a way to hide a category.  What I want to do is this:  I have a full page calendar and I&#8217;d like to have a category called &#8220;dates&#8221; or something that I can enter data for the calendar only.  I&#8217;d like to hide all entries into the that category on my main page and on my category list in my sidebar.  I&#8217;ve tried this suggestion here, but it seems to not be able to see my &lt;/MTEntries&gt; at the end.  It&#8217;s there, I&#8217;ve checked several times.  I even tried moving the code around within my &lt;MTEntries&gt; and &lt;/MTEntries&gt; tags.  Any help at all would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pulpo</title>
		<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7134</link>
		<dc:creator>pulpo</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7134</guid>
		<description>okay!

invisible categories are a great addition to MT and I've NEARLY hidden my category using the above method (just search to exclude next)

FOR WHY AM I DOING THIS? Well, I need a hidden cat for beta testers to post to with their comments, insults or otherwise...

 but what about this?

&#60;!-&#62;

&#60;div class="sidetitle"&#62;
Jump to
&#60;/div&#62;
&#60;div class="side"&#62;
&#60;Form&#62;
&#60;select onChange="document.location=options[selectedIndex].value;" style="font-family:'Verdana';color:003366;background-color:#FFFFFF;text-decoration:none;font-size:8pt; width=140"&#62;
&#60;option value=""&#62;Category...&#60;/option&#62;
&#60;MTArchiveList archive_type="Category"&#62;
&#60;option value="&#60;&#36;MTArchiveLink&#36;&#62;"&#62;&#60;&#36;MTArchiveTitle&#36;&#62;
[&#60;&#36;MTCategoryCount&#36;&#62;]&#60;/option&#62;
&#60;/MTArchiveList&#62;
&#60;/select&#62;
&#60;/FORM&#62;

&#60;Form&#62; 
&#60;select onChange="document.location=options[selectedIndex].value;" style="font-family:'Verdana';color:003366;background-color:#FFFFFF;text-decoration:none;font-size:8pt; width=140"&#62;
&#60;option value=""&#62;Month...&#60;/option&#62;
&#60;MTArchiveList archive_type="Monthly"&#62;
&#60;option value="&#60;&#36;MTArchiveLink&#36;&#62;"&#62;&#60;&#36;MTArchiveTitle&#36;&#62;&#60;/option&#62;
&#60;/MTArchiveList&#62;
&#60;/select&#62;
&#60;/Form&#62;

&#60;/TABLE&#62;

&#60;/div&#62;

&#60;!-&#62;


There is as you can see no category name to exclude in the (second) date archive pulldown (yeah.. I have to have pulldowns) 

+ I get build errors wherever/wherever I try to wrap the (first) category listing menu in the required MTEntries tags with your snippet... 

(which incidentally has to be all over the place on my index to hide for example, recent comments in my hidden cat and so on but seems to works just fine. I must find a cleaner way to include it.)

Is it possible to hide my category completely? 

tx!

Pulpo</description>
		<content:encoded><![CDATA[<p>okay!</p>
<p>invisible categories are a great addition to MT and I&#8217;ve NEARLY hidden my category using the above method (just search to exclude next)</p>
<p>FOR WHY AM I DOING THIS? Well, I need a hidden cat for beta testers to post to with their comments, insults or otherwise&#8230;</p>
<p> but what about this?</p>
<p>&lt;!-&gt;</p>
<p>&lt;div class=&#8221;sidetitle&#8221;&gt;<br />
Jump to<br />
&lt;/div&gt;<br />
&lt;div class=&#8221;side&#8221;&gt;<br />
&lt;Form&gt;<br />
&lt;select onChange=&#8221;document.location=options[selectedIndex].value;&#8221; style=&#8221;font-family:&#8217;Verdana&#8217;;color:003366;background-color:#FFFFFF;text-decoration:none;font-size:8pt; width=140&#8243;&gt;<br />
&lt;option value=&#8221;"&gt;Category&#8230;&lt;/option&gt;<br />
&lt;MTArchiveList archive_type=&#8221;Category&#8221;&gt;<br />
&lt;option value=&#8221;&lt;&#36;MTArchiveLink&#36;&gt;&#8221;&gt;&lt;&#36;MTArchiveTitle&#36;&gt;<br />
[&lt;&#36;MTCategoryCount&#36;&gt;]&lt;/option&gt;<br />
&lt;/MTArchiveList&gt;<br />
&lt;/select&gt;<br />
&lt;/FORM&gt;</p>
<p>&lt;Form&gt;<br />
&lt;select onChange=&#8221;document.location=options[selectedIndex].value;&#8221; style=&#8221;font-family:&#8217;Verdana&#8217;;color:003366;background-color:#FFFFFF;text-decoration:none;font-size:8pt; width=140&#8243;&gt;<br />
&lt;option value=&#8221;"&gt;Month&#8230;&lt;/option&gt;<br />
&lt;MTArchiveList archive_type=&#8221;Monthly&#8221;&gt;<br />
&lt;option value=&#8221;&lt;&#36;MTArchiveLink&#36;&gt;&#8221;&gt;&lt;&#36;MTArchiveTitle&#36;&gt;&lt;/option&gt;<br />
&lt;/MTArchiveList&gt;<br />
&lt;/select&gt;<br />
&lt;/Form&gt;</p>
<p>&lt;/TABLE&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;!-&gt;</p>
<p>There is as you can see no category name to exclude in the (second) date archive pulldown (yeah.. I have to have pulldowns) </p>
<p>+ I get build errors wherever/wherever I try to wrap the (first) category listing menu in the required MTEntries tags with your snippet&#8230; </p>
<p>(which incidentally has to be all over the place on my index to hide for example, recent comments in my hidden cat and so on but seems to works just fine. I must find a cleaner way to include it.)</p>
<p>Is it possible to hide my category completely? </p>
<p>tx!</p>
<p>Pulpo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristine</title>
		<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7133</link>
		<dc:creator>kristine</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7133</guid>
		<description>Dave - if you just mean that you don't need to see the body of the post, just a list of links to posts, yes, this should work that way, too.  For example: if you have a list of links to more recent posts on your sidebar but don't want to show one of the categories in the list...
If that's what you mean, you'd just want to use different tags in the center of the MTEntries container (replacing the original &#60;$MTEntryTitle$&#62;&#60;$MTEntryBody$&#62;:
&lt;h3&gt;&#60;a href="&#60;$MTEntryLink$&#62;#&#60;$MTEntryID pad="1"$&#62;"&#62;&#60;$MTEntryTitle$&#62;&#60;/a&#62;&lt;/h3&gt;</description>
		<content:encoded><![CDATA[<p>Dave - if you just mean that you don&#8217;t need to see the body of the post, just a list of links to posts, yes, this should work that way, too.  For example: if you have a list of links to more recent posts on your sidebar but don&#8217;t want to show one of the categories in the list&#8230;<br />
If that&#8217;s what you mean, you&#8217;d just want to use different tags in the center of the MTEntries container (replacing the original &lt;$MTEntryTitle$&gt;&lt;$MTEntryBody$&gt;:</p>
<h3>&lt;a href=&#8221;&lt;$MTEntryLink$&gt;#&lt;$MTEntryID pad=&#8221;1&#8243;$&gt;&#8221;&gt;&lt;$MTEntryTitle$&gt;&lt;/a&gt;</h3>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7131</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7131</guid>
		<description>Is there a way to modify this so you can hide category lists and not just the posts?  Or does this only work with posts?</description>
		<content:encoded><![CDATA[<p>Is there a way to modify this so you can hide category lists and not just the posts?  Or does this only work with posts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7132</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7132</guid>
		<description>Dave - not sure I understand your question.</description>
		<content:encoded><![CDATA[<p>Dave - not sure I understand your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariann</title>
		<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7130</link>
		<dc:creator>Mariann</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7130</guid>
		<description>Darn... still no luck.  But thanks so much for responding so quickly with an option.  I'll keep playing with the script to see if I can get it to cooperate.  :)</description>
		<content:encoded><![CDATA[<p>Darn&#8230; still no luck.  But thanks so much for responding so quickly with an option.  I&#8217;ll keep playing with the script to see if I can get it to cooperate.  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7129</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7129</guid>
		<description>It should have worked (even with the typo - as long as both references to that name were the same.) Did you fix the typo only in one location?

Have no idea why it failed without more information.</description>
		<content:encoded><![CDATA[<p>It should have worked (even with the typo - as long as both references to that name were the same.) Did you fix the typo only in one location?</p>
<p>Have no idea why it failed without more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariann</title>
		<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7128</link>
		<dc:creator>Mariann</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7128</guid>
		<description>Eh, I tried adding a line for each category within the same script -- caught a typo in the script (hidecateogry - should be category) and my effort failed.  Ah, well.</description>
		<content:encoded><![CDATA[<p>Eh, I tried adding a line for each category within the same script &#8212; caught a typo in the script (hidecateogry - should be category) and my effort failed.  Ah, well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7127</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/05/23/show-all-posts-except-those-from-one-category-mt-specific/#comment-7127</guid>
		<description>This should work (although I haven't tested it):

&lt;b&gt;&#60;MTEntries&#62;
&#60;?
$cat = "&#60;$MTEntryCategory$&#62;";
$hidecateogry = "CATEGORY NAME YOU WANT TO HIDE";
$hidethiscategorytoo = "OTHER CATEGORY NAME YOU WANT TO HIDE";

if (!strcasecmp($cat, $hidecateogry)
&#124;&#124; !strcasecmp($cat, $hidethiscategorytoo) ) {
//do nothing - hide this category's posts
} else {
?&#62;

&#60;$MTEntryTitle$&#62;
&#60;$MTEntryBody$&#62;

&#60;?
}
?&#62;

&#60;/MTEntries&#62;&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>This should work (although I haven&#8217;t tested it):</p>
<p><b>&lt;MTEntries&gt;<br />
&lt;?<br />
$cat = &#8220;&lt;$MTEntryCategory$&gt;&#8221;;<br />
$hidecateogry = &#8220;CATEGORY NAME YOU WANT TO HIDE&#8221;;<br />
$hidethiscategorytoo = &#8220;OTHER CATEGORY NAME YOU WANT TO HIDE&#8221;;</p>
<p>if (!strcasecmp($cat, $hidecateogry)<br />
|| !strcasecmp($cat, $hidethiscategorytoo) ) {<br />
//do nothing - hide this category&#8217;s posts<br />
} else {<br />
?&gt;</p>
<p>&lt;$MTEntryTitle$&gt;<br />
&lt;$MTEntryBody$&gt;</p>
<p>&lt;?<br />
}<br />
?&gt;</p>
<p>&lt;/MTEntries&gt;</b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.307 seconds -->
