<?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: Tag Cloud - code Rewrite</title>
	<atom:link href="http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/</link>
	<description>Bloggin' down on the Farm - news and happenings from the Salmon Farm. A blog on various topics including my thoughts on collaborative technology, personal information in the 21st century, the global internet (or the lack there of), dog training, cooking, architecture, and whatever happens to be a pet peeve on any given day !</description>
	<pubDate>Tue, 06 Jan 2009 05:22:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Glen</title>
		<link>http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/comment-page-1/#comment-156</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Tue, 13 Mar 2007 14:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/#comment-156</guid>
		<description>glad to hear it is working for you. I should make a request to WordPress.org to make a provision for wp_list_categories() so it has compatible function to the deprecated code.</description>
		<content:encoded><![CDATA[<p>glad to hear it is working for you. I should make a request to WordPress.org to make a provision for wp_list_categories() so it has compatible function to the deprecated code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen</title>
		<link>http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/comment-page-1/#comment-153</link>
		<dc:creator>Jürgen</dc:creator>
		<pubDate>Tue, 13 Mar 2007 11:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/#comment-153</guid>
		<description>Thanks for this information; I tried it out and it worked fine!</description>
		<content:encoded><![CDATA[<p>Thanks for this information; I tried it out and it worked fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/comment-page-1/#comment-129</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Fri, 09 Mar 2007 20:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/#comment-129</guid>
		<description>The function wp_list_categories (./wp-includes/category-template.php) does not have an option for 'echo'. If you look at wp_dropdown_categories() (in the same module), you see it has an option for 'echo'.

The change I needed in wp_list_categories() was to add the echo option to the $defaults array - add: 'echo' =&gt; true

Then, at the end of the function, make the echo optional as follows:

	// allow echo to be turned off
	$output = apply_filters('wp_list_categories', $output);
	if ($echo)
		echo $output;
	return $output;</description>
		<content:encoded><![CDATA[<p>The function wp_list_categories (./wp-includes/category-template.php) does not have an option for &#8216;echo&#8217;. If you look at wp_dropdown_categories() (in the same module), you see it has an option for &#8216;echo&#8217;.</p>
<p>The change I needed in wp_list_categories() was to add the echo option to the $defaults array - add: &#8216;echo&#8217; => true</p>
<p>Then, at the end of the function, make the echo optional as follows:</p>
<p>	// allow echo to be turned off<br />
	$output = apply_filters(&#8217;wp_list_categories&#8217;, $output);<br />
	if ($echo)<br />
		echo $output;<br />
	return $output;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jstarek.de - Blogbasteleien &#187; Mal wieder neue Kategorieübersicht</title>
		<link>http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/comment-page-1/#comment-127</link>
		<dc:creator>jstarek.de - Blogbasteleien &#187; Mal wieder neue Kategorieübersicht</dc:creator>
		<pubDate>Fri, 09 Mar 2007 17:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/#comment-127</guid>
		<description>[...] tut seit dem Update auf Wordpress 2.0 nicht mehr. Der von einem anonymen Blogger vorgeschlagene Patch für das Plugin funktionierte bei mir leider nicht, aber der Autor bringt mir gerade geduldig die [...]</description>
		<content:encoded><![CDATA[<p>[...] tut seit dem Update auf Wordpress 2.0 nicht mehr. Der von einem anonymen Blogger vorgeschlagene Patch für das Plugin funktionierte bei mir leider nicht, aber der Autor bringt mir gerade geduldig die [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen</title>
		<link>http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/comment-page-1/#comment-126</link>
		<dc:creator>Jürgen</dc:creator>
		<pubDate>Fri, 09 Mar 2007 17:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/#comment-126</guid>
		<description>Oh, I understood that comment differently (I thought adding echo=0 to line 7 *was* the patch). What changes to the core code are needed?</description>
		<content:encoded><![CDATA[<p>Oh, I understood that comment differently (I thought adding echo=0 to line 7 *was* the patch). What changes to the core code are needed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/comment-page-1/#comment-125</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Fri, 09 Mar 2007 17:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/#comment-125</guid>
		<description>have you made the change to the WordPress core code for wp_list_categories(0 to support the "echo" option ? (the function does not  have this option but it is needed to use the function as a replacement for the old / deprecated code. - See comments on line 5&#038;6)</description>
		<content:encoded><![CDATA[<p>have you made the change to the WordPress core code for wp_list_categories(0 to support the &#8220;echo&#8221; option ? (the function does not  have this option but it is needed to use the function as a replacement for the old / deprecated code. - See comments on line 5&#038;6)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen</title>
		<link>http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/comment-page-1/#comment-124</link>
		<dc:creator>Jürgen</dc:creator>
		<pubDate>Fri, 09 Mar 2007 16:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/#comment-124</guid>
		<description>No, this doesn't seem to be the reason, I keep getting the error...</description>
		<content:encoded><![CDATA[<p>No, this doesn&#8217;t seem to be the reason, I keep getting the error&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/comment-page-1/#comment-100</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Wed, 07 Mar 2007 15:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://thesalmonfarm.org/blog/2007/02/07/tag-cloud-code-rewrite/#comment-100</guid>
		<description>Looks like "sortby" has been removed but was not documented as part of the deprecated code. It should be "orderby"</description>
		<content:encoded><![CDATA[<p>Looks like &#8220;sortby&#8221; has been removed but was not documented as part of the deprecated code. It should be &#8220;orderby&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
