<?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: Two columns with unordered lists</title>
	<atom:link href="http://www.garrickcheung.com/css/two-columns-with-unordered-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.garrickcheung.com/css/two-columns-with-unordered-lists/</link>
	<description>Sharing what I know and learn about CSS, MooTools, Javascript, PHP and etc.</description>
	<lastBuildDate>Tue, 31 Jan 2012 09:41:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Garrick</title>
		<link>http://www.garrickcheung.com/css/two-columns-with-unordered-lists/comment-page-1/#comment-15124</link>
		<dc:creator>Garrick</dc:creator>
		<pubDate>Fri, 13 Aug 2010 06:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=48#comment-15124</guid>
		<description>@Cat: I&#039;m not familiar with wp_tag_cloud(), but if wp_tag_cloud() returns an array, you could loop through the array and build a two column list.</description>
		<content:encoded><![CDATA[<p>@Cat: I&#8217;m not familiar with wp_tag_cloud(), but if wp_tag_cloud() returns an array, you could loop through the array and build a two column list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cat</title>
		<link>http://www.garrickcheung.com/css/two-columns-with-unordered-lists/comment-page-1/#comment-14143</link>
		<dc:creator>Cat</dc:creator>
		<pubDate>Fri, 09 Jul 2010 20:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=48#comment-14143</guid>
		<description>Will the same work for a two column list applied to wp_tag_cloud()?

Thanks, helpful post!</description>
		<content:encoded><![CDATA[<p>Will the same work for a two column list applied to wp_tag_cloud()?</p>
<p>Thanks, helpful post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrick</title>
		<link>http://www.garrickcheung.com/css/two-columns-with-unordered-lists/comment-page-1/#comment-248</link>
		<dc:creator>Garrick</dc:creator>
		<pubDate>Mon, 19 Jan 2009 09:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=48#comment-248</guid>
		<description>@Eric, one of the parameters for the get_categories function is the exclude parameter, which takes the a comma-delimited string of category ID&#039;s you can exclude. This way you won&#039;t need to manually do it in php.

Check out more info and other parameters for get_categories here: http://codex.wordpress.org/Function_Reference/get_categories

As for doing something similar but with tags, you could use the wp_tag_cloud function. Check it out here: http://codex.wordpress.org/Template_Tags/wp_tag_cloud

I know at first glance it&#039;ll look like it only prints out a tag cloud for you, but about have way through the documentation, there&#039;s a format parameter that you can set to array to return an array, which is probably what you want in order to mimic what we&#039;re doing here.

I hope this all helps.</description>
		<content:encoded><![CDATA[<p>@Eric, one of the parameters for the get_categories function is the exclude parameter, which takes the a comma-delimited string of category ID&#8217;s you can exclude. This way you won&#8217;t need to manually do it in php.</p>
<p>Check out more info and other parameters for get_categories here: <a href="http://codex.wordpress.org/Function_Reference/get_categories" rel="nofollow">http://codex.wordpress.org/Function_Reference/get_categories</a></p>
<p>As for doing something similar but with tags, you could use the wp_tag_cloud function. Check it out here: <a href="http://codex.wordpress.org/Template_Tags/wp_tag_cloud" rel="nofollow">http://codex.wordpress.org/Template_Tags/wp_tag_cloud</a></p>
<p>I know at first glance it&#8217;ll look like it only prints out a tag cloud for you, but about have way through the documentation, there&#8217;s a format parameter that you can set to array to return an array, which is probably what you want in order to mimic what we&#8217;re doing here.</p>
<p>I hope this all helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.garrickcheung.com/css/two-columns-with-unordered-lists/comment-page-1/#comment-245</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 19 Jan 2009 02:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=48#comment-245</guid>
		<description>Also, do you know how you would modify this for tags?

I attempted to simply switch out &quot;category&quot; for &quot;tag&quot; and &quot;categories&quot; for &quot;tags&quot; and &quot;catty&quot; for &quot;taggy&quot; :)

It didn&#039;t really work :(</description>
		<content:encoded><![CDATA[<p>Also, do you know how you would modify this for tags?</p>
<p>I attempted to simply switch out &#8220;category&#8221; for &#8220;tag&#8221; and &#8220;categories&#8221; for &#8220;tags&#8221; and &#8220;catty&#8221; for &#8220;taggy&#8221; <img src='http://www.garrickcheung.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It didn&#8217;t really work <img src='http://www.garrickcheung.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.garrickcheung.com/css/two-columns-with-unordered-lists/comment-page-1/#comment-244</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 19 Jan 2009 02:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrickcheung.com/?p=48#comment-244</guid>
		<description>Garrick,
    Could you share a quick edit to enable this same function but with specific categories hidden?  I&#039;m not sure if an &quot;if&quot; test just after the increment++ would do it, or if that would be terribly inefficient (checking for only a couple of categories to hide among a large list)

Thanks!
Eric</description>
		<content:encoded><![CDATA[<p>Garrick,<br />
    Could you share a quick edit to enable this same function but with specific categories hidden?  I&#8217;m not sure if an &#8220;if&#8221; test just after the increment++ would do it, or if that would be terribly inefficient (checking for only a couple of categories to hide among a large list)</p>
<p>Thanks!<br />
Eric</p>
]]></content:encoded>
	</item>
</channel>
</rss>

