=== Better Tag Cloud Widget === Contributors: nkuttler Author URI: http://www.nkuttler.de/ Plugin URI: http://www.nkuttler.de/nktagcloud/ Donate link: http://www.amazon.de/gp/registry/24F64AHKD51LY Tags: tag, tags, tag cloud, tagging, admin, plugin, widget, widgets, shortcode Requires at least: 2.5 Tested up to: 2.9-rare Stable tag: 0.8.1.2 A better tag cloud widget. == Description == The default tag cloud widget that comes with wordpress is very simple. This widget makes the options for wp_tag_cloud() available to the tag cloud widget. This means that you can choose things like font sizes, HTML markup and ordering. Additionally, it is possible to sort tags by count and alphabetically at the same time. It is also possible to add a counter to the tags, so that your visitors can see how many posts are associated with each tag. I wrote this plugin because the default widget's HTML markup doesn't play nicely with my CSS. Visit the plugin's home page to leave comments.

My plugins

Better tag cloud: I was pretty unhappy with the default WordPress tag cloud widget. This one is more powerful and offers a list HTML markup that is consistent with most other widgets.
Theme switch: I like to tweak my main theme that I use on a varity of blogs. If you have ever done this you know how annoying it can be to break things for visitors of your blog. This plugin allows you to use a different theme than the one used for your visitors when you are logged in.
Move WordPress comments: This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to move comments to a different post/page and to fix comment threading.
Snow and more: This one lets you see snowflakes or other images fall down your blog.
Fireworks: The name says it all, see fireworks on your blog!
Rhyming widget: I wrote a little online rhyming dictionary. This is a widget to search it directly from one of your sidebars.

== Installation == Unzip, upload to your plugin directory, enable the plugin. Add the widget in your dashboard's Design section and configure it as you like. == Screenshots == 1. The config options. 2. The widget itself. Live demo of the widget at my blog. == Frequently Asked Questions == None yet. == Changelog == = 0.8.1.2 = * Fix invalid HTML in admin = 0.8.1 = * I18N * Add german translation * Sorry for releasing 0.8.0alpha-1, it was intended as a (pretty stable) development version. * Add a shortcode. It is possible to insert a tag cloud into any page or post. = 0.8.0alpha-1 = * Major rewrite * Made code more efficient * Better code documentation * Improved admin security = 0.7.0 = * The categories can be included in the tag cloud. = 0.6.4 = * Make it possible to have the tag count outside of the tag hyperlink. Requested by Maya. = 0.6.3 = * Fix URL typo. * Fix bad upgrade bug that deletes settings. = 0.6.2 = * Make font sizes text input fields for post decimal positions. This was suggested by Triton Bloom as well. * Admin CSS update. = 0.6.1 = * Add include parameter as well. = 0.6.0 = * Make the exclude parameter work. * Use new changelog format. * Fix some typos. = 0.5.0 = * Rewrote the settings form and added an option to enable/disable tag link underlining. = 0.4.0 = * Add post count feature. Thanks to Triton Bloom for the suggestion. * Add sorting by count and name at the same time feature. * Moved the configuration to a settings page. = 0.3.1 = * Better description. = 0.3.0 = * Add regexp for putting multi-word tags on one line, thanks to Augen for suggesting this. * CSS fix, doc and other minor minor updates. = 0.2.3 = * Compatibility tests = 0.2.2 = * Another bugfix. = 0.2.1 = * Bugfix, thanks to The Local Landing. = 0.2.0 = * Add default CSS style for the list format. = 0.1.1 = * Doc updates, fix typo. = 0.1.0 = * Release