
Displays a configurable colored tag cloud as a widget, or in your template, or both.
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 & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.