=== Plugin Name === Contributors: iworks Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=marcin%40iworks%2epl&item_name=tag-list%20plugin&no_shipping=0&no_note=1&tax=0¤cy_code=PLN&lc=PL&bn=PP%2dDonationsBF&charset=UTF%2d8 Tags: tag, tags Requires at least: 2.8.0 Tested up to: 2.9.2 Stable tag: 1.1.1 Tag list plugin allow to create list of all tags, filtred by letter or prefix. == Description == Add a full tag list to your site. = Translators = * Belorussian (be_BY) - [Marcis G.](http://pc.de/) * Polish (pl_PL) - [Marcin Pietrzak](http://iworks.pl/) If you have created your own language pack, or have an update of an existing one, you can send [gettext PO and MO files](http://codex.wordpress.org/Translating_WordPress) to me so that I can bundle it into Tag list. You can [download the latest POT file from here](http://plugins.svn.wordpress.org/tag-list/trunk/lang/tag-list.pot). == Installation == 1. Upload `tag-list` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Create a page or blogpost anf use [tag-list] shortcode to display list of all used tags. == Frequently Asked Questions == = How to place tag list? = * shortcode [tag-list] - put preconfigured tag list = Shortcode parameters = * *letter* - show only tags start width selected letter. [tag-list letter="a"] show only tags begins with letter "a". * *toc* - show or hide TOC. Available variables: 'none', 'both', 'top', 'bottom' == Screenshots == == Change Log == = 2.0 = * IMPROVMENT: massive code refactoring: change custom query to get_tags function. = 1.1.1 = * Add a Belorussian translation made by [Marcis G.](http://pc.de) = 1.1 = * Add a polish translation. = 1.0 = * First realase.