=== Custom Tag List === Contributors: hangy Tags: tag, taglink, taglist Requires at least: 2.3 Tested up to: 2.3 Stable tag: 0.1.1 Allows the user to choose whether or not to link tags in the_tag()-list. Additionally allows to set a custom link-format. == Description == This plugin introduces a new template-tag called `ctl_the_tags()`. It's default default behaviour is identical to `the_tags()`. Anyhow, it allows the user to disable linking tags completely or use a different URI for the tags. == Installation == 1. Upload `custom-tag-list.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Use some variant of `ctl_the_tags()` in your templates == Frequently Asked Questions == = How do I unlink the tags? = Use `` instead of ``. = How do I use a custom taglink? = You can use, for example, ``. = My custom taglink does not work. = The function does not check whether the taglink you entered is valid or not. Be sure to inclue %tag% in the taglink to ensure that it can be replaced by the actual tag.