<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Display Tags in 3 Columns</title>
	<atom:link href="http://webtide.wordpress.com/2009/05/04/display-tags-in-3-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://webtide.wordpress.com/2009/05/04/display-tags-in-3-columns/</link>
	<description>The official blog of The University of Alabama web design community.</description>
	<lastBuildDate>Thu, 26 Nov 2009 00:34:06 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew Muro</title>
		<link>http://webtide.wordpress.com/2009/05/04/display-tags-in-3-columns/#comment-1397</link>
		<dc:creator>Matthew Muro</dc:creator>
		<pubDate>Mon, 09 Nov 2009 14:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://webtide.wordpress.com/?p=202#comment-1397</guid>
		<description>@Gary,

To display the count, all you need to do is add this:

&lt;code&gt;$tags[$i]-&gt;count&lt;/code&gt;

Hope that helps!</description>
		<content:encoded><![CDATA[<p>@Gary,</p>
<p>To display the count, all you need to do is add this:</p>
<p><code>$tags[$i]-&gt;count</code></p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://webtide.wordpress.com/2009/05/04/display-tags-in-3-columns/#comment-1395</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://webtide.wordpress.com/?p=202#comment-1395</guid>
		<description>Hey,

Great code.  I was looking for something like this.  I actually made a slight change as I&#039;m listing tags on separate page by letter.  I also wanted to add in after each tag the number of posts in that tag.  I&#039;m just not sure where to add the code to count the number of posts per tag.  I was changing the output to something like:

&lt;a&gt;term_id) . &#039;&quot;rel=&quot;tag&quot;&gt;&#039; . $tags[$i]-&gt;name .&#039;&lt;/a&gt; (&#039; . $count . &#039;)

But couldn&#039;t get it to read the correct number.  Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Great code.  I was looking for something like this.  I actually made a slight change as I&#8217;m listing tags on separate page by letter.  I also wanted to add in after each tag the number of posts in that tag.  I&#8217;m just not sure where to add the code to count the number of posts per tag.  I was changing the output to something like:</p>
<p><a>term_id) . &#8216;&#8221;rel=&#8221;tag&#8221;&gt;&#8217; . $tags[$i]-&gt;name .&#8217;</a> (&#8216; . $count . &#8216;)</p>
<p>But couldn&#8217;t get it to read the correct number.  Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Muro</title>
		<link>http://webtide.wordpress.com/2009/05/04/display-tags-in-3-columns/#comment-1205</link>
		<dc:creator>Matthew Muro</dc:creator>
		<pubDate>Mon, 06 Jul 2009 13:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://webtide.wordpress.com/?p=202#comment-1205</guid>
		<description>@Kim

Creating a single column is pretty easy and you don&#039;t even have to use the above code.  If you want a single column of tags use this:

&lt;code&gt;
wp_tag_cloud(&#039;smallest=1&amp;largest=1&amp;unit=em&amp;format=list&#039;);
&lt;/code&gt;


This will use WP&#039;s tag cloud function but output them all in an unordered list and the same font size.

@thewebwriter

What kind of problems are you getting?  Is there an error message?</description>
		<content:encoded><![CDATA[<p>@Kim</p>
<p>Creating a single column is pretty easy and you don&#8217;t even have to use the above code.  If you want a single column of tags use this:</p>
<p><code><br />
wp_tag_cloud('smallest=1&amp;largest=1&amp;unit=em&amp;format=list');<br />
</code></p>
<p>This will use WP&#8217;s tag cloud function but output them all in an unordered list and the same font size.</p>
<p>@thewebwriter</p>
<p>What kind of problems are you getting?  Is there an error message?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thewebwriter</title>
		<link>http://webtide.wordpress.com/2009/05/04/display-tags-in-3-columns/#comment-1204</link>
		<dc:creator>thewebwriter</dc:creator>
		<pubDate>Mon, 06 Jul 2009 11:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://webtide.wordpress.com/?p=202#comment-1204</guid>
		<description>Hmm, I&#039;m having the opposite problem - I&#039;ve installed the code (on a client&#039;s blog) and can&#039;t get it to adapt from one column to 3...looks great on the sample page, just the effect I&#039;m looking for.</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;m having the opposite problem &#8211; I&#8217;ve installed the code (on a client&#8217;s blog) and can&#8217;t get it to adapt from one column to 3&#8230;looks great on the sample page, just the effect I&#8217;m looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim V.</title>
		<link>http://webtide.wordpress.com/2009/05/04/display-tags-in-3-columns/#comment-1187</link>
		<dc:creator>Kim V.</dc:creator>
		<pubDate>Fri, 03 Jul 2009 21:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://webtide.wordpress.com/?p=202#comment-1187</guid>
		<description>This piece of code has been a great help, thanks! It&#039;s hard to find a decent code out there for a simple tag list.. but I do have one question. Is it possible to create a single column, instead of three? I tried, but I&#039;m not that good with coding and all that.</description>
		<content:encoded><![CDATA[<p>This piece of code has been a great help, thanks! It&#8217;s hard to find a decent code out there for a simple tag list.. but I do have one question. Is it possible to create a single column, instead of three? I tried, but I&#8217;m not that good with coding and all that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
