WordPress Cat Cloud Plugin v0.2
Get a more up-to-date version of the plugin at http://zak.greant.com/tags/category-cloud
Tags: UncategorizedRelated posts
Posted on Sunday, February 26th, 2006 at 4: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.
March 7th, 2006 at 4: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 9: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