Simple Tag Shortcode

This plugin provides a simple [tag] shortcode.

Author:Bartosz Romanowski (profile at wordpress.org)
WordPress version required:2.9.0
WordPress version tested:3.0.5
Plugin version:1.0
Added to WordPress repository:25-01-2011
Last updated:25-01-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://webhelp.pl
Total downloads:1 379
Active installs:10+
plugin download
Click to start download

This plugin provides a simple [tag] shortcode.

Replacing patterns:

[tag]tag name[/tag]

<a href="http://yourdomain.com/tag/tag-name/" title="tag name">tag name</a>

[tag slug="tag-name"]your text[/tag]

<a href="http://yourdomain.com/tag/tag-name/" title="tag name">your text</a>

[tag name="tag name"]your text[/tag]

<a href="http://yourdomain.com/tag/tag-name/" title="tag name">your text</a>