I’ve implemented a “tag cloud” feature for the category list in my WordPress powered weblog. The implementation is in Javascript.
The script can be freely used without any restriction/terms by anybody.
To use this in your weblog:
- use the “categories” id for the category list “UL” (see wp_list_cats)
- include this script in footer.php
technorati tags: javascript, tagcloud, tag cloud, wordpress
RSS Feed
December 11th, 2006 at 7:16 pm
Dude,
I just implemented the code in my footer.php, but can’t see the cloud..
Am i missing anything??
December 11th, 2006 at 7:22 pm
Thanx a ton,
Thought tag cloud code to be rocket science..
u made it much simpler
December 12th, 2006 at 9:07 am
I can see it, worked for your blog
January 11th, 2007 at 10:13 pm
hey there do you have a live example that you can show me thanks
Wan Hsi
January 11th, 2007 at 11:30 pm
@wan hsi:
I’ve put my implementation in my weblog now
July 25th, 2007 at 2:12 am
hi i have perl script and i want to implement tag cloud in it. how can i implement ur code into perl script?
October 28th, 2007 at 11:27 am
Hi there, thanks for a great script.. I can’t seem to get anything to show .. what am I missing =)
regards
Ben
October 28th, 2007 at 1:09 pm
@Ben: as mentioned in the instructions, the category list needs to be named “categories” i.e., it needs to be within <ul id=”categories”>…</ul>