=== New Tag Cloud === Contributors: funnydingo Donate link: Tags: tag, cloud, widget Requires at least: 2.3.0 Tested up to: 2.3.0 Stable tag: 0.2 A small plugin to add a tag cloud widget == Description == New Tag Cloud is a little WordPress plugin wich provides a widget generating a tag cloud. New Tag Cloud uses the new WordPress own tagging feature, so that you don't need any tagging plaugin. Configurebale options * widget box title * how much tags should be shown * biggest font size * smallest font size * font size stepping * font size type (px, em, ...) New in version 0.2: You can use New Tag Cloud directly from your theme (maybe in footer or if your sidebar don't supports widgets). == Installation == Installation is very easy: 1. Upload `newtagcloud.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Check out the 'Widgets' tab in the 'Theme' menu and drag the 'New Tag Cloud' widget in the sidebar you'll use Usage directly from a theme file: Follow the steps 1 and 2 above. Step 3 is to place this code into your theme file: ` 20, "bigsize" => 60, "smallsize" => 5, "step" => 5, "sizetype" => "px")); ?>` As you can see, the parameters are the same as the widget-way, without 'Title'. If you choose to call newtagcloud_output() directly, it will create only an UL. You can style it via CSS. == Frequently Asked Questions == = New Tag Cloud includes tags from published posts scheduled with a future date. = That's a problem, right. I'm searching for a solution. == Screenshots == 1. Place the widget where you want 2. The widget configuration dialog