=== Multi-column Tag Map === Contributors: tugbucket Tags: tags, lists, expandable, column, alphabetical Requires at least: 2.1 Tested up to: 2.9.1 Stable tag: 2.2 Multi-column Tag Map display a columnized, alphabetical and expandable listing of all tags used in your site. == Description == Multi-column Tag Map display a columnized, alphabetical and expandable listing of all tags used in your site. This makes it easier for visitors to quickly search for topics that might intrest them. = Features = * Alphabetically lists all tags used in the site * Display tags in one to five columns * The initial amount of tags from each letter, can be limited * jQuery Show/Hide effect * Customizable "show more" link == Installation == Drop mcTagMap folder into /wp-content/plugins/ and activate the plug in the Wordpress admin area. Add this where you want the listing to appear. `` `` `` = Defaults = * columns = 2 * more = View more * hide = no * num_show = 5 = Example = `` `` `` = Shortcode Installation = [mctagmap columns="3" more="more!" hide="yes" num_show="4"] = Note = You must have jQuery in order to use the show/hide feature == Frequently Asked Questions == none == Screenshots == 1. Default view.`/trunk/screenshot-1.gif` 2. Four columns with hiding. `/trunk/screenshot-2.gif` == Changelog == * v1.2 - Updated the plugin PHP to correct the CSS path. * v1.3.1 - Fixed a conflict in jQuery for the show/hide to work. * v2.0 - Added shortcode functionality. * v2.1 - Fixed a sorting coflict with the deafults. * v2.2 - Fixed shorcode placement issue.