=== Plugin Name === Contributors: toszcze Tags: tag, tags, tagging Requires at least: 2.9.0 Tested up to: 3.0.4 Stable tag: 1.0 This plugin provides a simple [tag] shortcode. == Description == 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> == Installation == 1. Upload `simple_tag_shortcode.php` to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress.