<?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: Cut Category Clutter and Toggle Visibility</title>
	<atom:link href="http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/</link>
	<description>Better Looking Blogs Grow Faster</description>
	<lastBuildDate>Sat, 11 Feb 2012 20:09:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pulseras</title>
		<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-20388</link>
		<dc:creator>Pulseras</dc:creator>
		<pubDate>Sat, 31 Jul 2010 18:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-20388</guid>
		<description>I’ll have another look at Dagon Design</description>
		<content:encoded><![CDATA[<p>I’ll have another look at Dagon Design</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xiali</title>
		<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-18267</link>
		<dc:creator>Xiali</dc:creator>
		<pubDate>Mon, 17 May 2010 15:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-18267</guid>
		<description>Love your new banner :)</description>
		<content:encoded><![CDATA[<p>Love your new banner :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-12438</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-12438</guid>
		<description>Hi Michael,

I am stuck on part 3, I have this code in my sidebar.php:


	
		
			
				
		 	
		
	

I have about 16 categories but only want to apply the toggle effect on one of them which is about number 14 down the alphabetical list in the sidebar. Can you please help me with implementing number 3 above in the attached code?

Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I am stuck on part 3, I have this code in my sidebar.php:</p>
<p>I have about 16 categories but only want to apply the toggle effect on one of them which is about number 14 down the alphabetical list in the sidebar. Can you please help me with implementing number 3 above in the attached code?</p>
<p>Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Martin</title>
		<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-7733</link>
		<dc:creator>Michael Martin</dc:creator>
		<pubDate>Sun, 11 Jan 2009 20:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-7733</guid>
		<description>Hope you find something you like! Come back here and let me know if it doesn&#039;t work out. :)</description>
		<content:encoded><![CDATA[<p>Hope you find something you like! Come back here and let me know if it doesn&#8217;t work out. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathy</title>
		<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-7732</link>
		<dc:creator>Kathy</dc:creator>
		<pubDate>Sun, 11 Jan 2009 00:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-7732</guid>
		<description>Thanks Michael,

I&#039;ll have another look at Dagon Design. They have a heap of interesting plugins. It was the coding that put me off earlier.

Kathy</description>
		<content:encoded><![CDATA[<p>Thanks Michael,</p>
<p>I&#8217;ll have another look at Dagon Design. They have a heap of interesting plugins. It was the coding that put me off earlier.</p>
<p>Kathy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Martin</title>
		<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-7728</link>
		<dc:creator>Michael Martin</dc:creator>
		<pubDate>Sat, 10 Jan 2009 14:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-7728</guid>
		<description>Hey Kathy,
Yep, you coukd change the code above to get back, by replacing lines like:

 &lt;?php wp_list_categories(&#039;title_li=&amp;include=2,4,15,29&#039;); ?&gt; 

Which shows the list of categories, to listing the posts. However, that would get really messy in your sidebar, even with the hide script.

Take a look at my sitemap page: http://www.problogdesign.com/site-map/

The links on it are a bit of a mess and should be styled differently, but it&#039;s basically what you said. That page is made automatically for me by this plugin: http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/

Might find it useful!</description>
		<content:encoded><![CDATA[<p>Hey Kathy,<br />
Yep, you coukd change the code above to get back, by replacing lines like:</p>
<p> < ?php wp_list_categories('title_li=&#038;include=2,4,15,29'); ?> </p>
<p>Which shows the list of categories, to listing the posts. However, that would get really messy in your sidebar, even with the hide script.</p>
<p>Take a look at my sitemap page: <a href="http://www.problogdesign.com/site-map/" rel="nofollow">http://www.problogdesign.com/site-map/</a></p>
<p>The links on it are a bit of a mess and should be styled differently, but it&#8217;s basically what you said. That page is made automatically for me by this plugin: <a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" rel="nofollow">http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/</a></p>
<p>Might find it useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathy</title>
		<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-7727</link>
		<dc:creator>Kathy</dc:creator>
		<pubDate>Sat, 10 Jan 2009 06:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-7727</guid>
		<description>Hi Michael,

I have been searching for a couple of hours to find a way to list my posts in a hierarchal manner under the categories, not to mention the further hours spent fiddling on the website with widgets and categories. A good learning experience for me I suspect so not time wasted. And then I found your site. :)

Your script for managing groups of categories looks perfect! I&#039;ve read through all the comments and visited the websites and am very impressed.

Is there a script or workaround so I can have my posts as children with the categories as the parents? I really want exactly what you have done with Microsoft and Apple. 

My site is a work in progress. After ignoring it for 6 months I&#039;m now back (yesterday) with a new theme and an upgrade to 2.7. I also need to probably relink everything on the front page but that&#039;s not a problem.

Thanks, I hope this will work.

Kathy</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I have been searching for a couple of hours to find a way to list my posts in a hierarchal manner under the categories, not to mention the further hours spent fiddling on the website with widgets and categories. A good learning experience for me I suspect so not time wasted. And then I found your site. :)</p>
<p>Your script for managing groups of categories looks perfect! I&#8217;ve read through all the comments and visited the websites and am very impressed.</p>
<p>Is there a script or workaround so I can have my posts as children with the categories as the parents? I really want exactly what you have done with Microsoft and Apple. </p>
<p>My site is a work in progress. After ignoring it for 6 months I&#8217;m now back (yesterday) with a new theme and an upgrade to 2.7. I also need to probably relink everything on the front page but that&#8217;s not a problem.</p>
<p>Thanks, I hope this will work.</p>
<p>Kathy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Martin</title>
		<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-3107</link>
		<dc:creator>Michael Martin</dc:creator>
		<pubDate>Sat, 05 Jan 2008 00:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-3107</guid>
		<description>Nouk,&lt;br&gt;&lt;br&gt;Well, congrats to the original creator then! ;)&lt;br&gt;&lt;br&gt;I&#039;m glad you&#039;re happy though. Cya about!&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Nouk,</p>
<p>Well, congrats to the original creator then! ;)</p>
<p>I&#8217;m glad you&#8217;re happy though. Cya about!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nouk</title>
		<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-3095</link>
		<dc:creator>Nouk</dc:creator>
		<pubDate>Fri, 04 Jan 2008 18:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-3095</guid>
		<description>Hi Michael,The faint color was all the work of the original creator of the theme :DBut I like it too, it makes it look more distinctive instead of just green.I don&#039;t think I need to put anything else in subcategories, since this script already takes over the function I had for the main categories anyway :)Thanks again, I was searching for a long time for a plugin, and never found anything that worked. This is excellent, just what I needed!Greetings from Nouk</description>
		<content:encoded><![CDATA[<p>Hi Michael,The faint color was all the work of the original creator of the theme :DBut I like it too, it makes it look more distinctive instead of just green.I don&#8217;t think I need to put anything else in subcategories, since this script already takes over the function I had for the main categories anyway :)Thanks again, I was searching for a long time for a plugin, and never found anything that worked. This is excellent, just what I needed!Greetings from Nouk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Martin</title>
		<link>http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-3088</link>
		<dc:creator>Michael Martin</dc:creator>
		<pubDate>Fri, 04 Jan 2008 17:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/how-to/cut-category-clutter-and-toggle-visibility/#comment-3088</guid>
		<description>Hey Nouk,&lt;br&gt;&lt;br&gt;I&#039;m glad you got things working (And I love the faint color you used to show the sub-links. Well done). You can make the subcategories work with this if you want them to, but it&#039;s a little more work (You just need to take a good look at the HTML that WordPress is making, and style things accordingly). If I went through it in the post though, I think it would have just been over-complicating the process for most people. Sorry.&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Hey Nouk,</p>
<p>I&#8217;m glad you got things working (And I love the faint color you used to show the sub-links. Well done). You can make the subcategories work with this if you want them to, but it&#8217;s a little more work (You just need to take a good look at the HTML that WordPress is making, and style things accordingly). If I went through it in the post though, I think it would have just been over-complicating the process for most people. Sorry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

