Displays a configurable colored tag cloud as a widget, or in your template, or both.
v2.0+ now accepts options (optional) in a direct call to the function to set colors, etc. Usage:
ilwp_colored_tag_cloud( $options = array() );
Available options, and their defaults:
$default_colors = array( 'aqua', 'black', 'blue', 'fuchsia',
'gray', 'green', 'lime', 'maroon',
'navy', 'olive', 'purple', 'red',
'silver', 'teal', 'white', 'yellow');
$default['min_size'] = 8;
$default['max_size'] = 40;
$default['number'] = 0;
$default['use_colors'] = 1;
$default['use_color_names'] = 1;
$default['sort'] = 'random';
$default['order'] = 'ASC';
$default['color_names'] = $default_colors;
Requires: 2.8 or higher
Compatible up to: 3.4-alpha-20111
Last Updated: 2012-4-26
Downloads: 6,278
Got something to say? Need help?