WP Colorful Tag Cloud Plugin for Wordpress – Reference Page
2.0.1 issue : if all your tags appear in the same color and the same size, please put the value 1.0 in the « power » attribute field and update by submiting the « Update Sizes » button. Sorry for the inconvenience. New user are not affected.
What is WP Colorful Tag Cloud?
WP Colorful Tag Cloud is a Wordpress plugin that is designed to render a colorful tag cloud as showed hereafter:

Is it customizable?
Yes, fully! You can use the provided administration interface to change several parameters:
- Tag Cloud title
- Smallest tag size (the minimal size to display in the cloud)
- Largest tag size (the maximal size to display in the cloud)
- Color of each tag size
- and many other things…
How to customize the tag cloud?
To do so, the options page is user friendly.
You can use a color picker to choose your colors. Otherwise you can enter hexadecimal color code by hand.

Notice: you must first choose your tag sizes and don’t forget to update them using the « Update Sizes » button. Otherwise, the color pickers won’t be displayed.
How to install WP Colorful Tag Cloud?
- Unzip the archive into your hard drive.
- Upload the folder to your wp-content/plugins folder on your web host.
- Login to your dashboard and activate the plugin via activate option.
- The menu item is under Settings>Colorful tag Cloud.
How can I embed it in PHP, outside a widgetized sidebar?
Use the following PHP tag:
<?php wp_widget_colorful_tag_cloud(array());?>
This PHP tag will use the values you set in the administration UI. If you want to override values (including only some of them), just use the array parameters.
<?php wp_widget_colorful_tag_cloud(array('number' => 100));?> will display 100 tags in the cloud, even if you set 45 in the admin UI.
This allows you to have different clouds at several places (take a glance at my homepage for an example).
How can I embed it in a post?
Simply use the provided shortcode ‘wp-ctc’ within brackets
Well, but it’s not exactly what I expect. What else?
If you expect another « related » feature, do not hesitate to ask for. Simply post a comment and I’ll try to add it.
Troubleshooting
If the cloud does not show on the page or if colors are not displayed, please ensure you have submited both sizes and colors, using the dedicated buttons. There are 3 different submit buttons for the 3 settings sections (sse the admin UI screenshot above).
If your tag cloud shows too few colors, it’s because your tag variability is not large enough. Variability comes with time and posts. Don’t hesitate to add several tags to your post and to vary them.
Do you like the plugin? Please donate
This plugin is completely free, but if you find it useful, consider donating a couple of bucks to send me off to the pub for a few pints tonight.
It’s appreciated, and encourages me to write some more plugins, when I get up in the morning. Click on the button to donate.
Download the plugin
Current stable version: 2.0.1
Tested up to Wordpress 2.9.1
Download WP Coloful tag Cloud Plugin for Wordpress
Change log
- 2010 02 15 – V2.0.1:
- Require WP 2.8+
- Move to the new WP_Widget framework
- Now you can use multiple instances of the cloud, in the same sidebar or in different sidebars. All instances share the same settings.
- fix the random order clause.
- improve performances.
- add tag size magnification feature, to highlight some tags, using power formula (thanks to Jerry Seeger fof the idea). - 2009 09 23 – V1.2.1:
- Fix a quote issue in links tags. HTML code is now valid.
- Add a direct link to options/settings page in plugins management page (available from 2.8.0 version). - 2009 08 14 – V1.2.0:
- Compliant up to WP 2.8.4 (and probably more).
- Add a checkbox to remove entirely the title (megan suggestion).
- Add post count near each tag (Dukessa suggestion).
- Add a shortcode ‘wp-ctc’ to display a dynamic tag cloud in a post (Dukessa suggestion). - 2009 08 14 – V1.1.4:
Technical version, ignore it. - 2009 06 08 – V1.1.3:
- No more reference to wp-content to comply with WP 2.8.
- Add a new function (wp_colorful_tag_cloud_string) to retrieve the tag cloud as a HTML string. This can be useful to include the cloud into a file for instance.
- Useless constants cleanup. - 2009 05 19 – V1.1.2:
- Code cleaning (once again)
- Fix cloud title when using PHP tag.
- More values set up by default.
- Colors values are now set up by default when enlarging tag sizes. - 2009 05 17 – V1.1.1:
- Code cleaning
- Fix default cloud title (not displayed when not set).
- Default values in admin UI are now set up (default colors, default sizes…). - 2009 04 29 – V1.1.0:
- Add several options (unit, order, orderby, format, number of tags…).
- Rename directory with – instead of _ to comply with wordpress naming rules.
- Add a warning message when updating sizes. - 2009 04 28 – V1.0.2:
- Fix a javascript path issue preventing from displaying the color picker in some cases. - 2009 04 26 – V1.0.1:
- Fix an image path issue preventing from displaying the color picker.









Citer #1 par Jack le 27 avril 2009 - 20:47
J’ai « SimpleTags » et je viens d’essayer WP colorful tag. Je constate que la liste des couleurs ne s’affiche pas. J’ai desactivé « simple tags » et rien ne change ». Y a t’il incompatibilité entre ces 2 plugins ?
Citer #2 par Lionel Roux le 27 avril 2009 - 22:06
Ok, j’ai trouvé le pb. J’ai mis à jour la package. Tu peux le télécharger à nouveau et l’installer.
Citer #3 par Allan le 4 mai 2009 - 01:23
Great idea! Looks like great follow-through too. I haven’t started using it yet but I already know my two blogs (with more coming) just might be able to use a spash of selected colors. It’s a wonderful control panel / options, etc., even from the screenshots! Thank you for freely sharing your brain and your time (and your electricity) with us.
Non-commercial, by me: (I can’t write a line of non-text)
Strange, True & Religious: http://usqueers.com/str2
Those Wacky Heterosexuals: http://usqueers.com/twh2
Home base is a mess: http://UsQueers.com
My apologies for my rudeness in not having a helpful universal translation system selected for any of the sites yet.
With my sincere thanks,
Allan
ballanross@gmail.com
San Diego, California, U.S.A.
Citer #4 par NaDs le 5 mai 2009 - 17:34
Hi,
Very nice tag widget you have there
i installed it but i need to know the PHP tag to insert it into my sidebar please.
thank you
Regards
Citer #5 par Lionel Roux le 5 mai 2009 - 19:13
Helo, thanks for the nice comment. Actually you can either use it as a widget (in the widgets section) or you can use the PHP tag <?php wp_widget_colored_tag_cloud();?> directly in the code.
Widget way is the prefered one, since it allows you to include it in your widgetized sidebar without coding
Citer #6 par NaDs le 5 mai 2009 - 23:33
Hi,
i did that , but i got this error :
Fatal error: Call to undefined function wp_widget_colored_tag_cloud() in C:\apache\htdocs\wordpress\…..\themes\……\sidebar.php on line 267
regards
Citer #7 par Lionel Roux le 6 mai 2009 - 01:51
ya, sorry, I gave you a wrong statement.
<?wp_widget_colorful_tag_cloud(array());?> is the right syntax
wp_widget_colored_tag_cloud() is an old and obsolete syntax.
Citer #8 par Pat le 6 mai 2009 - 09:40
Hi, I put it in as a widget, drop it in my home page but it doesn’t show? What am I missing? The regular standr WP tag cloud does show ok.
Citer #9 par Lionel Roux le 6 mai 2009 - 10:14
Does it not show the cloud at all or does it not display colors ? Are you sure to submit changes using the 3 different buttons?
Citer #10 par Pat le 7 mai 2009 - 01:52
1) I activated the plug-in
2) Set and save all settings
3) Drag the Widget over and saved
NO showing up
at all no tag cloud widget shows up.
Citer #11 par Lionel Roux le 7 mai 2009 - 22:22
Does the regular standard tag cloud show up if you activate it ? CTC is based on the same code, that ’s why it’s a bit stange. If you prefer I can try to install it for you on your blog. Let me know. See ya!
Citer #12 par Pat le 7 mai 2009 - 22:29
Strange indeed… as the regular TAG cloud does show up
Citer #13 par NaDs le 6 mai 2009 - 10:49
I submited the 3 buttons, and everything in the admin panel , but all i see in the sidebar is one color and one weight underlined tags, its taking the minimum weight and the first color only for all the tags .
ex: i have minimum tag = 10 and 1st color is red, so it shows me only numbers with weight = 10 and they are all red
Citer #14 par orangedog le 11 mai 2009 - 08:24
looks like a promising widget – thanks! I’m running into an error. After installing both files, going through the settings, and dragging the widget into place, I get the following error message:
Call to undefined function default_topic_count_text() in /wp_colorful_tag_cloud_admin.php on line 465.
Any idea what is causing this/how I fix it?
Thanks,
orangedog
Citer #15 par Lionel Roux le 11 mai 2009 - 10:29
Hello orangedog, thanks for using it.
‘default_topic_count_text’ is a text value for the variable
$topic_count_text_callback. This is part of the standard regular tag cloud, on wich I based this plugin. This is really a strange behaviour.Which version of Wordpress do you use ?
Citer #16 par orangedog le 11 mai 2009 - 18:21
Wordpress 2.3.1 – I’ve been putting off updating, maybe that is the problem. I’ll try updating to 2.7.1 since that is what you’ve tested on and that is the current version.
Citer #17 par Lionel Roux le 11 mai 2009 - 21:47
Yes, that’s it ! It has been tested starting from version 2.6. Sorry !
Sur WP Colorful Tag Cloud Plugin for Wordpress - Websourcing.fr le 27 avril 2009 - 21:49
[...] En espérant qu’il intéressera quelques personnes. Si vous le testez et que vous trouvez des bugs, n’hésitez pas à venir me le signaler sur la page dédiée à cette usage. [...]
Sur Coloriser les TagCloud de votre blog ! | Geekeries.fr - Astuces Wordpress 2.7, Plugins Wordpress 2.7, Blogging, Référencement, Actualités High Tech le 5 mai 2009 - 21:11
[...] WP Colorful Tag Cloud est un plugin Wordpress vous permettant de coloriser les tags cloud de votre blog. Il vous permet donc d’accroître l’impact sur vos visiteurs en modifiant les couleurs basiques des mots clés qui sont généralement dans les mêmes couleurs que les liens de votre blog, à moins que la personnalisation de ces tags on déjà été faite en modifiant les feuilles de style. [...]
Sur [Brève] Wordpress 2.8 est disponible en version finale - Websourcing.fr le 11 juin 2009 - 09:46
[...] plugin WP-Colorful-Tag-Cloud est d’ores et déjà [...]
Sur タグクラウドをカラフルã«å‡ºæ¥ã‚‹ã€€WP Colorful Tag Cloud « North Wind le 4 juillet 2009 - 20:39
[...] ã„ã¤ã‚‚サイドãƒãƒ¼ã«ç½®ã„ã¦ã„るタグクラウドã®ãƒ†ã‚ストを カラフルã«å‡ºæ¥ã‚‹ãƒ—ラグインãŒã‚ã£ãŸã®ã§ä½¿ã£ã¦ã¿ã¾ã—㟠ãŸã ã€ã‚¿ã‚¤ãƒˆãƒ«ãŒåæ˜ ã•れãªã„ã§ã™ï¼ˆè‹±æ–‡ã§ã‚‚) 自分ã ã‘ã®ã‚¨ãƒ©ãƒ¼ãªã®ã‹ã¯ã¡ã‚‡ã£ã¨åˆ†ã‹ã‚‰ãªã„ã§ã™ ãれ以外ã¯å•題ãªã„ã§ã™ã WP Colorful Tag Cloud [...]
Sur [Wordpress] PayPal Donations, un plugin pour organiser les dons - Websourcing.fr le 15 août 2009 - 10:01
[...] utilisé ce plugin et le shortcode pour promouvoir mon plugin WP Colorful Tag Cloud, qui me permet d’afficher le nuage de tag [...]
Sur Tous les plugins utiles pour Wordpress - +Larcenette+ le 16 septembre 2009 - 09:03
[...] WP Colorful Tag Cloud est un plugin pour faire joli avec son nuage de tags : vous pouvez choisir les couleurs des mots clés. [...]