ILWP Colored Tag Cloud

ILWP Colored Tag Cloud

from 0$

ILWP Colored Tag Cloud is a WP Plugin Package from the Open Source WP Plugins range Displays a configurable colored tag cloud as a widget, or in your template, or both.

For more information about a tailored WP Plugin Package like ILWP Colored Tag Cloud please contact us directly.

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 & 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.

ILWP Colored Tag Cloud

typePlugin
version2.4.2
descriptionDisplays a configurable colored tag cloud as a widget, or in your template, or both.