wysiwyg for custom backend
-
okay so im developing a custom backend for users to be able to edit pages on the fly, im trying to add a WYSIWYG editor to each of the text areas. this is the current code;
<textarea name="<?php the_id(); ?>" rows="20" cols="55">
anyone know how to add a WYSIWYG editor to this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wysiwyg for custom backend’ is closed to new replies.