We'll create fresh WordPress site with Simple Tag Shortcode installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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>