ILWP Colored Tag Cloud Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Displays a configurable colored tag cloud as a widget, or in your template, or both.
Using in templates
Use the function in your theme files if desired. It is always advisable to wrap
the function call in an ‘if function_exists’ statement.
Usage:
if ( function_exists( ‘ilwp_colored_tag_cloud’ )
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;
Screenshots
No screenshots provided