=== Text Tags Shortcode ===
Contributors: dsxxx
Donate link: Free
Tags: shortcode, tags, text
Requires at least: 2.5
Tested up to: 4.9.6
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Use shortcode to add tags to the text (in another words - wrap it).

== Description ==

Plugin for standart WYSIWYG Editor. Gives an ability to add tags like span, cite, em etc. to the words of the text in the WYSIWYG Editor.

Put some text beetween the shortcodes to wrap it.

Examples:
[span]Some text[/span]
[cite]Some text[/cite]
[em]Some text[/em]

== Installation ==

How to install the plugin and get it working.

1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress


== Frequently Asked Questions ==

= How to add the tag? =

You may find buttons (span, cite, em etc.) in the standart Wordpress editor. Aslo you may write shortcodes by hand s like in the examples above.


== Screenshots ==

1. Buttons in the standart Wordpress editor

== Changelog ==


= 1.0b =
* First beta version

= 1.0 =
* First alpha version



`<?php code(); // goes in backticks ?>`