Tagged Questions
1
vote
1answer
238 views
TinyMCE strips line breaks on mceAddControl
I'm using wp_editor to add wysiwyg fields to admin edit screens. Each wysiwyg lives within a draggable meta box. Since TinyMCE has issues with dragging, I'm using the following code:
// on the ...
0
votes
1answer
446 views
How to use wp_editor(); in functions.php then retrieve content in the template
I want to use wp_editor(); (custom editor)
I've tried several methods but I am lost and I can't get it to save the post and retrieve the content in template
How to edit posts with the new wp_editor ...
0
votes
2answers
200 views
Dynamic WordPress editor in meta box
I created the WordPress editor using wp_editor function dynamically. While i click add more button i just cloned editor and append new editor using jquery.
While i am cloning editor i just changing id ...