February 26th, 2006
WordPress Cat Cloud Plugin v0.2
Get a more up-to-date version of the plugin at http://zak.greant.com/tags/category-cloud

The WordPress Cat Cloud Plugin v0.2 by , unless otherwise expressly stated, is licensed under a Creative Commons Attribution 3.0 Unported License.
Posted on Sunday, February 26th, 2006 at 04:50
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.2 Responses to “WordPress Cat Cloud Plugin v0.2”
Leave a Reply
Comments are moderated. I delete obvious SEO attempts and other content-free comments.

March 7th, 2006 at 04:16
One problem: If I want to put my font sizes in em, I’m not allowed to use “1.4″ or “0.7″, or any number with a decimal. In the 0.1 version, I could do that if I entered those values in the actual php file.
I have tried with both 1.4 and 1,4 (dot and comma).
A feature wish for the new config panel inside WordPress: It would be nice to have a field to set what comes before and after the category:
[category] or • category • or whatever.
Thanks for making a great plugin! I’m using it my site instead of the normal categories list.
April 1st, 2006 at 09:00
Hi Oyvind,
My oversight. I will fix it in the next version. To fix it for yourself in your local copy, follow these steps:
* open catcloud.php
* go to line 27
* change /^\d{1,3}$/ to /^\d{1,3}(\.\d{1,3})?$/
* make the same change on line 29
As for the feature request, I will add it in the next version.
Cheers!
–zak