=== Linkify Tags ===
Contributors: Scott Reilly
Donate link: http://coffee2code.com/donate
Tags: tags, link, linkify, archives, list, template tag, coffee2code
Requires at least: 2.5
Tested up to: 2.8
Stable tag: 1.0
Version: 1.0
Turn a list of tag IDs and/or slugs into a list of links to those tags.
== Description ==
Turn a list of tag IDs and/or slugs into a list of links to those tags.
These are all valid calls:
``
``
``
``
``
``
``
``
``
``
``
``
``
``
``
``
Examples:
``
Displays something like:
Books,
Movies
`", "", "
"); ?>`
Displays something like:
``
``
Displays nothing.
``
Displays:
No related tags.
== Installation ==
1. Unzip `linkify-tags.zip` inside the `/wp-content/plugins/` directory for your site
1. Activate the plugin through the 'Plugins' admin menu in WordPress
1. Use the linkify_tags() template tag in one of your templates (be sure to pass it at least the first argument indicating what tag IDs and/or slugs to linkify -- the argument can be an array, a space-separate list, or a comma-separated list). Other optional arguments are available to customize the output.