Tagged Questions
0
votes
2answers
508 views
Cannot get <p> tags working from a WPAlchemy metabox with wp_editor()
I'm using WPAlchemy on a project.
For a template, I need to use a custom metabox which is working fine with a tinyMCE editor.
Code to insert the meta box on the template (this is a piece of code ...