<?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: Multi Column Category List Plugin for WordPress</title>
	<atom:link href="http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/</link>
	<description>WordPress Plugins, PHP Scripts, Tools, and Tutorials</description>
	<lastBuildDate>Fri, 06 Nov 2009 17:35:28 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-3/#comment-499113</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-499113</guid>
		<description>Can this plugin be configured or updated to list tags in a multi-column layout?</description>
		<content:encoded><![CDATA[<p>Can this plugin be configured or updated to list tags in a multi-column layout?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-3/#comment-498193</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Sat, 24 Oct 2009 03:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-498193</guid>
		<description>Hi, I was just wondering - is it possible to use two instances of this plugin with different options set for each instance?</description>
		<content:encoded><![CDATA[<p>Hi, I was just wondering &#8211; is it possible to use two instances of this plugin with different options set for each instance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admiyn</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-498191</link>
		<dc:creator>Admiyn</dc:creator>
		<pubDate>Sat, 24 Oct 2009 03:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-498191</guid>
		<description>Okay, is seems good</description>
		<content:encoded><![CDATA[<p>Okay, is seems good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-496867</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 08 Oct 2009 20:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-496867</guid>
		<description>Hello, I&#039;ve seen websites using something like  What is that?</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;ve seen websites using something like  What is that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-496184</link>
		<dc:creator>D</dc:creator>
		<pubDate>Wed, 30 Sep 2009 15:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-496184</guid>
		<description>Is there any way to use this plugin to display pages instead of links or is there a way to use the site map plugin, but display in columns?  I read through all the comments and it doesn&#039;t look like it was answered...

Any help?</description>
		<content:encoded><![CDATA[<p>Is there any way to use this plugin to display pages instead of links or is there a way to use the site map plugin, but display in columns?  I read through all the comments and it doesn&#8217;t look like it was answered&#8230;</p>
<p>Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doc4</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-496129</link>
		<dc:creator>Doc4</dc:creator>
		<pubDate>Tue, 29 Sep 2009 19:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-496129</guid>
		<description>For those wanting this plugin to display header numbers as well as letters. We have modded the code. Please be aware that this will require CSS for styling. Just change lines 221 - 259 to the following:

&lt;code&gt;
LINE: 221
VERSION: 1.3

for ($c = $start_cat; $c &lt; $end_cat; $c++) {

			if ($sep != &#039;no&#039;) {

				if ((strtoupper($cat_list[$c]-&gt;cat_name[0]) != $last_char)) {

					$last_char = strtoupper($cat_list[$c]-&gt;cat_name[0]);

					if ($sep_header != &quot;&quot;) {
						if ($sep == &#039;header&#039;) {
							$tmp_header = str_replace(&quot;%L&quot;, strtoupper($last_char), $sep_header);
							if (!$first_item) {
								$t_out .= &quot;&quot;;
							}
							$t_out .= &#039;&lt;p class=&quot;sep&quot;&gt;&#039; . stripslashes($tmp_header) . &#039;&lt;/p&gt;&#039;;
						} 
					} else {
						if ($first_item) {
							$first_item = FALSE;
						} else {
							$t_out .= &#039;&lt;p class=&quot;sep&quot;&gt;&#160;&lt;/p&gt;&#039; . &quot;\n&quot;;
						}
					}

				}

			}

			$t_out .= &#039;&lt;li&gt;&lt;a href=&quot;&#039; . get_category_link($cat_list[$c]-&gt;cat_ID) . &#039;&quot;&gt;&#039; . $cat_list[$c]-&gt;cat_name . &#039;&lt;/a&gt;&lt;/li&gt;&#039; . &quot;\n&quot;;

			if ($first_item) {
				$first_item = FALSE;
			}

		}

		$t_out .= &quot;\n&lt;/div&gt;&quot;;

	}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>For those wanting this plugin to display header numbers as well as letters. We have modded the code. Please be aware that this will require CSS for styling. Just change lines 221 &#8211; 259 to the following:</p>
<p><pre><code>
LINE: 221
VERSION: 1.3

for ($c = $start_cat; $c &lt; $end_cat; $c++) {

			if ($sep != 'no') {

				if ((strtoupper($cat_list[$c]-&gt;cat_name[0]) != $last_char)) {

					$last_char = strtoupper($cat_list[$c]-&gt;cat_name[0]);

					if ($sep_header != "") {
						if ($sep == 'header') {
							$tmp_header = str_replace("%L", strtoupper($last_char), $sep_header);
							if (!$first_item) {
								$t_out .= "";
							}
							$t_out .= '&lt;p class="sep"&gt;' . stripslashes($tmp_header) . '&lt;/p&gt;';
						} 
					} else {
						if ($first_item) {
							$first_item = FALSE;
						} else {
							$t_out .= '&lt;p class="sep"&gt;&amp;nbsp;&lt;/p&gt;' . "\n";
						}
					}

				}

			}

			$t_out .= '&lt;li&gt;&lt;a href="' . get_category_link($cat_list[$c]-&gt;cat_ID) . '"&gt;' . $cat_list[$c]-&gt;cat_name . '&lt;/a&gt;&lt;/li&gt;' . "\n";

			if ($first_item) {
				$first_item = FALSE;
			}

		}

		$t_out .= "\n&lt;/div&gt;";

	}</code></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ttmyt</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-496031</link>
		<dc:creator>ttmyt</dc:creator>
		<pubDate>Mon, 28 Sep 2009 04:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-496031</guid>
		<description>to the admin:

I tried to use your code in the   file, but i keep getting an error when i save and load in a browser... can you help?

$tmpcat = get_categories (&#039;include=&#039; . $cat_list[$c]-&gt;cat_ID);
$numposts = $tmpcat[0]-&gt;category_count;

$t_out .= &#039;&lt;a&gt;cat_ID) . &#039;&quot;&gt;&#039; . 
   $cat_list[$c]-&gt;cat_name . &#039;&lt;/a&gt; (&#039; . $numposts . &#039;) &#039; . &quot;\n&quot;;

doesn&#039;t work? syntex? missing something? spacing wrong? i give up after 1 hour!</description>
		<content:encoded><![CDATA[<p>to the admin:</p>
<p>I tried to use your code in the   file, but i keep getting an error when i save and load in a browser&#8230; can you help?</p>
<p>$tmpcat = get_categories (&#8217;include=&#8217; . $cat_list[$c]-&gt;cat_ID);<br />
$numposts = $tmpcat[0]-&gt;category_count;</p>
<p>$t_out .= &#8216;<a>cat_ID) . &#8216;&#8221;&gt;&#8217; .<br />
   $cat_list[$c]-&gt;cat_name . &#8216;</a> (&#8217; . $numposts . &#8216;) &#8216; . &#8220;\n&#8221;;</p>
<p>doesn&#8217;t work? syntex? missing something? spacing wrong? i give up after 1 hour!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-493903</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Mon, 07 Sep 2009 14:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-493903</guid>
		<description>I&#039;d like to use this but within a widget. How can I do that?</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to use this but within a widget. How can I do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: google</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-493766</link>
		<dc:creator>google</dc:creator>
		<pubDate>Sat, 05 Sep 2009 18:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-493766</guid>
		<description>Like Theirs No (. or numbers) and i want it to be able to scroll down to the alpahbet wen i click E it should go to E and so on....</description>
		<content:encoded><![CDATA[<p>Like Theirs No (. or numbers) and i want it to be able to scroll down to the alpahbet wen i click E it should go to E and so on&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: google</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-493765</link>
		<dc:creator>google</dc:creator>
		<pubDate>Sat, 05 Sep 2009 18:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-493765</guid>
		<description>Uhm doods Can you like Add The Older Version of this plugin...

Or Can You Tell me Whats Wrong With The Plugin Here Check it out!

http://anime-exceed.com/anime-list/</description>
		<content:encoded><![CDATA[<p>Uhm doods Can you like Add The Older Version of this plugin&#8230;</p>
<p>Or Can You Tell me Whats Wrong With The Plugin Here Check it out!</p>
<p><a href="http://anime-exceed.com/anime-list/" rel="nofollow">http://anime-exceed.com/anime-list/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mushtaq</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-492327</link>
		<dc:creator>mushtaq</dc:creator>
		<pubDate>Thu, 27 Aug 2009 19:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-492327</guid>
		<description>Hi
1st of all Thanks for the wonderful plugin. 
next is how do i add post count in front or each category linke 
uncategorized(2)

Thanks a lot if u can help me out.</description>
		<content:encoded><![CDATA[<p>Hi<br />
1st of all Thanks for the wonderful plugin.<br />
next is how do i add post count in front or each category linke<br />
uncategorized(2)</p>
<p>Thanks a lot if u can help me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-489717</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Thu, 13 Aug 2009 10:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-489717</guid>
		<description>Hello,
I find no demo of this plugin. Surprising?, can you post at least one link where we can see what the plugin does?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I find no demo of this plugin. Surprising?, can you post at least one link where we can see what the plugin does?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-484568</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Fri, 24 Jul 2009 17:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-484568</guid>
		<description>Is there a way to make the title tag the WP category description instead of the category title?</description>
		<content:encoded><![CDATA[<p>Is there a way to make the title tag the WP category description instead of the category title?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-484533</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Thu, 23 Jul 2009 18:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-484533</guid>
		<description>any chance there&#039;s an easy hack to do the same kind of multi column list, but for the blog authors instead? i have a multi-author blog running on wp 2.7.1 with over 60 authors and growing... your help is much appreciated.

robert</description>
		<content:encoded><![CDATA[<p>any chance there&#8217;s an easy hack to do the same kind of multi column list, but for the blog authors instead? i have a multi-author blog running on wp 2.7.1 with over 60 authors and growing&#8230; your help is much appreciated.</p>
<p>robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hublon</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-484485</link>
		<dc:creator>hublon</dc:creator>
		<pubDate>Thu, 23 Jul 2009 03:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-484485</guid>
		<description>Thanks for sharing this wonderful plugin.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this wonderful plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-484268</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 19 Jul 2009 07:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-484268</guid>
		<description>Is there a way I can use the plugin at http://wordpress.org/extend/plugins/category-icons/ to display icons next to my category listings in my list?

Thank you, by the way.  Awesome plugin!</description>
		<content:encoded><![CDATA[<p>Is there a way I can use the plugin at <a href="http://wordpress.org/extend/plugins/category-icons/" rel="nofollow">http://wordpress.org/extend/plugins/category-icons/</a> to display icons next to my category listings in my list?</p>
<p>Thank you, by the way.  Awesome plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-484123</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Thu, 16 Jul 2009 01:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-484123</guid>
		<description>&lt;strong&gt;lugaluda.com&lt;/strong&gt;: Try this. Find this line in the script:

&lt;code&gt;$t_out .= &#039;&lt;li&gt;&lt;a href=&quot;&#039; . get_category_link($cat_list[$c]-&gt;cat_ID) . &#039;&quot;&gt;&#039; . 
   $cat_list[$c]-&gt;cat_name . &#039;&lt;/a&gt;&lt;/li&gt;&#039; . &quot;\n&quot;;&lt;/code&gt;

and replace it with this:

&lt;code&gt;$tmpcat = get_categories (&#039;include=&#039; . $cat_list[$c]-&gt;cat_ID);
$numposts = $tmpcat[0]-&gt;category_count;

$t_out .= &#039;&lt;li&gt;&lt;a href=&quot;&#039; . get_category_link($cat_list[$c]- rel=&quot;nofollow&quot;&gt;cat_ID) . &#039;&quot;&gt;&#039; . 
   $cat_list[$c]-&gt;cat_name . &#039;&lt;/a&gt; (&#039; . $numposts . &#039;) &lt;/li&gt;&#039; . &quot;\n&quot;;&lt;/code&gt;

You can see where $numposts is added to the output, and customize as you like :)</description>
		<content:encoded><![CDATA[<p><strong>lugaluda.com</strong>: Try this. Find this line in the script:</p>
<p><pre><code>$t_out .= '&lt;li&gt;&lt;a href="' . get_category_link($cat_list[$c]-&gt;cat_ID) . '"&gt;' . 
   $cat_list[$c]-&gt;cat_name . '&lt;/a&gt;&lt;/li&gt;' . "\n";</code></pre></p>
<p>and replace it with this:</p>
<p><pre><code>$tmpcat = get_categories ('include=' . $cat_list[$c]-&gt;cat_ID);
$numposts = $tmpcat[0]-&gt;category_count;

$t_out .= '&lt;li&gt;&lt;a href="' . get_category_link($cat_list[$c]- rel="nofollow"&gt;cat_ID) . '"&gt;' . 
   $cat_list[$c]-&gt;cat_name . '&lt;/a&gt; (' . $numposts . ') &lt;/li&gt;' . "\n";</code></pre></p>
<p>You can see where $numposts is added to the output, and customize as you like <img src='http://www.dagondesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lugaluda.com</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-483957</link>
		<dc:creator>lugaluda.com</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-483957</guid>
		<description>Hi, Is there a way to display the number of posts for each category?</description>
		<content:encoded><![CDATA[<p>Hi, Is there a way to display the number of posts for each category?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-482706</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 08 Jul 2009 01:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-482706</guid>
		<description>This plugin has been tested, and works, in the latest release of WordPress - 2.8</description>
		<content:encoded><![CDATA[<p>This plugin has been tested, and works, in the latest release of WordPress &#8211; 2.8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hum</title>
		<link>http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/comment-page-2/#comment-481186</link>
		<dc:creator>Hum</dc:creator>
		<pubDate>Fri, 19 Jun 2009 01:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/#comment-481186</guid>
		<description>Hi,
Nice plugin. How to display sub-category under its parent category as now it show sub-categories as main categories.
Thanks.
Hum</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Nice plugin. How to display sub-category under its parent category as now it show sub-categories as main categories.<br />
Thanks.<br />
Hum</p>
]]></content:encoded>
	</item>
</channel>
</rss>
