A better tag cloud. Lots of configuration options, a widget and a shortcode to add tag clouds to posts and pages.
The easiest way to use this plugin is to drag the new multiwidget into one of your sidebars.
There is as well the shortcode [nktagcloud]. Examples:
You can call the function nktagcloud_shortcode() from your theme to get the same output as from the shortcode. Example:
<?php
if ( function_exists( 'nktagcloud_shortcode' ) ) {
echo nktagcloud_shortcode( null );
}
?>
There's also the nk_wp_tag_cloud() function. You can use it to generate a tag cloud with a different configuration than the plugin's one. It accepts the same parameters as wp_tag_cloud(). Example:
<?php
if ( function_exists( 'nk_wp_tag_cloud' ) ) {
echo nk_wp_tag_cloud( 'single=yes&separator= - &categories=no' );
}
?>
Additonal parameters (all strings):
Requires: 2.7 or higher
Compatible up to: 3.0.5
Last Updated: 2010-12-10
Downloads: 100,622




