<?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: Self made tag cloud for WordPress</title>
	<atom:link href="http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:31:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/comment-page-1/#comment-4624</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 29 Dec 2009 19:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/#comment-4624</guid>
		<description>Can you show me how to exclude tags from a certain category?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Can you show me how to exclude tags from a certain category?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech pinger</title>
		<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/comment-page-1/#comment-4553</link>
		<dc:creator>Tech pinger</dc:creator>
		<pubDate>Thu, 08 Oct 2009 22:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/#comment-4553</guid>
		<description>Thanks for the tip, was looking for a ready code like this, I can&#039;t do it with WP widget coz the theme I&#039;m using does not support widgets .</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, was looking for a ready code like this, I can&#8217;t do it with WP widget coz the theme I&#8217;m using does not support widgets .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solicitors northamptonshire</title>
		<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/comment-page-1/#comment-3090</link>
		<dc:creator>solicitors northamptonshire</dc:creator>
		<pubDate>Tue, 09 Jun 2009 10:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/#comment-3090</guid>
		<description>Works great for me, thanks!</description>
		<content:encoded><![CDATA[<p>Works great for me, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ACS04</title>
		<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/comment-page-1/#comment-2864</link>
		<dc:creator>ACS04</dc:creator>
		<pubDate>Sat, 09 May 2009 05:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/#comment-2864</guid>
		<description>Hello,

Thanks for this great tips. 

Here I&#039;ve another one, which is just a little adaptation from yours :

Uncomment the 2 first lines of your script...
Then use the WP get_categories tag to retrieve all the sub category from a single one...
Hope it can help !

//$qrystr = &quot;SELECT cat_ID, cat_name, category_count from $wpdb-&gt;categories ORDER BY cat_name&quot;;
//$cats = $wpdb-&gt;get_results($qrystr);
// Extract children, grand-children, grand-grand-children, and so on, of a single category from its ID (i.e. 7)
$cats = get_categories(array(&#039;child_of&#039; =&gt; 7));</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for this great tips. </p>
<p>Here I&#8217;ve another one, which is just a little adaptation from yours :</p>
<p>Uncomment the 2 first lines of your script&#8230;<br />
Then use the WP get_categories tag to retrieve all the sub category from a single one&#8230;<br />
Hope it can help !</p>
<p>//$qrystr = &#8220;SELECT cat_ID, cat_name, category_count from $wpdb-&gt;categories ORDER BY cat_name&#8221;;<br />
//$cats = $wpdb-&gt;get_results($qrystr);<br />
// Extract children, grand-children, grand-grand-children, and so on, of a single category from its ID (i.e. 7)<br />
$cats = get_categories(array(&#8216;child_of&#8217; =&gt; 7));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flod</title>
		<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/comment-page-1/#comment-2744</link>
		<dc:creator>flod</dc:creator>
		<pubDate>Thu, 23 Apr 2009 17:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/#comment-2744</guid>
		<description>Yes, since I&#039;m using it right now on this blog (WP 2.7.1)</description>
		<content:encoded><![CDATA[<p>Yes, since I&#8217;m using it right now on this blog (WP 2.7.1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aquarium Stores</title>
		<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/comment-page-1/#comment-2742</link>
		<dc:creator>Aquarium Stores</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/#comment-2742</guid>
		<description>I actually tried the codes but it shows a lot of error! Is it tested for the latest wp?</description>
		<content:encoded><![CDATA[<p>I actually tried the codes but it shows a lot of error! Is it tested for the latest wp?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flod</title>
		<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/comment-page-1/#comment-2725</link>
		<dc:creator>flod</dc:creator>
		<pubDate>Wed, 22 Apr 2009 16:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/#comment-2725</guid>
		<description>This code can be adapted, but that&#039;s not a simple task. It&#039;s probably easier to find a &quot;tag cloud&quot; for your CMS and change it according to your needs.</description>
		<content:encoded><![CDATA[<p>This code can be adapted, but that&#8217;s not a simple task. It&#8217;s probably easier to find a &#8220;tag cloud&#8221; for your CMS and change it according to your needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aquarium Stores</title>
		<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/comment-page-1/#comment-2724</link>
		<dc:creator>Aquarium Stores</dc:creator>
		<pubDate>Wed, 22 Apr 2009 15:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/#comment-2724</guid>
		<description>Will this code work if I write it inside a widget? No an expert in php, my website was done by some one else.</description>
		<content:encoded><![CDATA[<p>Will this code work if I write it inside a widget? No an expert in php, my website was done by some one else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flod</title>
		<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/comment-page-1/#comment-2716</link>
		<dc:creator>flod</dc:creator>
		<pubDate>Tue, 21 Apr 2009 12:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/#comment-2716</guid>
		<description>At the beginning of the first piece of code: it scans all posts and stores the maximum number of posts into a variable ($max_value).</description>
		<content:encoded><![CDATA[<p>At the beginning of the first piece of code: it scans all posts and stores the maximum number of posts into a variable ($max_value).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deon</title>
		<link>http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/comment-page-1/#comment-2712</link>
		<dc:creator>Deon</dc:creator>
		<pubDate>Tue, 21 Apr 2009 12:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.yetanothertechblog.com/2007/07/08/self-made-tag-cloud-for-wordpress/#comment-2712</guid>
		<description>Cool. I&#039;ve tried several plugins now and none of them seem to work the way I want it to. Hopefully this is the answer.

One question: how does it know what&#039;s the most &quot;popular&quot; and which tag will be the biggest?</description>
		<content:encoded><![CDATA[<p>Cool. I&#8217;ve tried several plugins now and none of them seem to work the way I want it to. Hopefully this is the answer.</p>
<p>One question: how does it know what&#8217;s the most &#8220;popular&#8221; and which tag will be the biggest?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
