=== Rich Text Tags ===
Contributors: katzwebdesign
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=zackkatz%40gmail%2ecom&item_name=Rich%20Text%20Tags&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8
Tags: tag, tags, taxonomy, taxonomies, category, categories, category description, rich text category, editor, rich text, description, tag description, taxonomy description, rich text, wysiwyg, tinyMCE, SEO, search engine optimization
Requires at least: 2.6
Tested up to: 2.9.1
Stable tag: trunk
The Rich Text Tags Plugin allows you to edit tag, category, and taxonomy descriptions using Wordpress' built in WYSIWYG editor.
== Description ==
### A TinyMCE Editor for Tags, Categories, and Taxonomies ###
The Rich Text Tags Plugin allows you to edit tag descriptions, category descriptions, and taxonomy descriptions using Wordpress' built in rich-text editor. Switch between WYSIWYG and HTML editing modes with the click of a link. Use the WordPress uploader to insert images from your computer or site's Media Library.
Use the PHP functions `tag_description()` and `category_description()` in your theme to show the descriptions. To learn how to show taxonomy descriptions, [read more on the plugin page](http://www.seodenver.com/rich-text-tags/).
* Edit tag descriptions with tinyMCE's WYSIWYG editor
* Works with custom taxonomies using [Yoast's Simple Taxonomies Plugin](http://yoast.com/wordpress/simple-taxonomies/)
* Capability to turn off rich text editing with a click, so you can edit the HTML
== Installation ==
* Upload the `rich-text-tags` folder to the `/wp-content/plugins/` directory
* Activate the plugin through the 'Plugins' menu in WordPress
== Upgrade Notice ==
= 1.1 =
* Added support for WordPress 3.0+
* Improved code structure
* Fixed issues with rich text being stripped by WordPress (issue 386264 and 460685
== Changelog ==
= 1.1 =
* Added support for WordPress 3.0+
* Improved code structure
* Fixed issues with rich text being stripped by WordPress (issue 386264 and 460685
= 1.0.3.1 =
* Added additional GPL license information
= 1.0.3 =
* Added editor uploader/media library capability
= 1.0.2 =
* Improved Javascript to use jQuery
* Improved placement of Toggle link
* Added `remove_filter( 'pre_term_description', 'wp_filter_kses' );` code to allow for HTML in tag,
category, and taxonomy descriptions -- since that's what this plugin does :-)
= 1.0.1 =
* Updated the `readme.txt` file to make clearer
= 1.0 =
* First version of plugin
* Added link to disable Rich Text Editor
== Screenshots ==
1. How the rich text editor looks in the Edit Tags Page
2. The editor with rich text editing disabled
== License ==
* This plugin is released under a GPL license.