I cannot, for the life of me, figure this one out. Every tutorial on the planet is the most convoluted and complicated thing I've ever read.
What I am trying to do sounds simple in principle, but is proving to be a time-vortex.
Goal: Have a second editable text area while editing a page in WordPress that utilizes TinyMCE.
Adding a simple textarea is easy, it's adding the TinyMCE part that seems to have me stumped.
There are some plugins out there, but they are either too bloated or have stopped functioning properly. I feel like this is something that people must be utilizing all of the time while developing for WordPress - the only reason I haven't done it before is poor documentation!
What I am trying to do sounds simple in principle, but is proving to be a time-vortex.
Goal: Have a second editable text area while editing a page in WordPress that utilizes TinyMCE.
Adding a simple textarea is easy, it's adding the TinyMCE part that seems to have me stumped.
There are some plugins out there, but they are either too bloated or have stopped functioning properly. I feel like this is something that people must be utilizing all of the time while developing for WordPress - the only reason I haven't done it before is poor documentation!
I got really close with this link: http://www.ilovecolors.com.ar/tinymce-plugin-textarea-metaboxes-wordpress/comment-page-1/#comment-8414
But the details that would help me implement it are missing. Any help would be greatly appreciated!
And this is what I use to call it on the page:
Here is the link