=== 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]

&lt;a href="http://yourdomain.com/tag/tag-name/" title="tag name"&gt;tag name&lt;/a&gt;

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

&lt;a href="http://yourdomain.com/tag/tag-name/" title="tag name"&gt;your text&lt;/a&gt;

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

&lt;a href="http://yourdomain.com/tag/tag-name/" title="tag name"&gt;your text&lt;/a&gt;

== Installation ==

1. Upload `simple_tag_shortcode.php` to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.

