I’d like to add some text above my category archives, and I’d like to use the built-in WordPress TinyMCE editor to do it. I’ve seen some plugins like black-studio-tinymce-widget
which does a nice job of adding rich text to a widget, but I’d like to set up TinyMce to be used in the description area of the Edit Category page.
Is there a plugin to do this or how would I set up WordPress to allow this?
screenshot-with-shadow.png http://img140.imageshack.us/img140/4526/screenshotwithshadow.png
Something like this looks ot be what you are after http://wordpress.org/extend/plugins/rich-text-tags/
wp_editor()
outputs the textarea(html codes),so, maybe you dont need to use that in functions.php, but use inside the page’s source.
(where that textarea is generated, for example like this:
note: it may wont work for
add_option
function..