Wordpress plugins
ILWP Colored Tag Cloud

ILWP Colored Tag Cloud

Version : 2.4.2
Tested up to : 4.2.16
Number of download : 12274
Author : Steve Johnson
Average rating : 5 / 5 on 1 votes 1 votes, 5 avg.rating

Screenshots

ILWP Colored Tag Cloud
ILWP Colored Tag Cloud
ILWP Colored Tag Cloud
ILWP Colored Tag Cloud

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;

Download now