Tagged Questions
0
votes
3answers
196 views
Is it possible to remove WYSIWYG for a certain Custom Post Type?
I dont want to use the WYSIWYG at the top of my Custom Post Type. I want to use a custom field textarea that i can place at bottom of my list of custom fields instead.
Is this possible?
0
votes
1answer
146 views
wysiwyg editor don´t export paragraph <p>
I use cmb for my custom metaboxes.
What I´ve done:
'type' => 'wysiwyg'
My WP-Backend: (HTML-Editor):
<h1>Headline</h1>
Paragraph
Browser-Source just looks like:
...
0
votes
2answers
286 views
WYSIWYG on custom meta boxes while disabling main editor?
I'm working on creating a custom content type but I'm having a bit of a problem formatting the create and edit views. I want to disable the main editor and focus only on the title, excerpt, and ...
1
vote
2answers
810 views
Add TinyMCE to CPT metaboxes in 3.1?
Been looking around for an alternative to this method:
http://allcreatives.net/2011/02/02/using-the-native-wordpress-tinymce-wysiwyg-editor-with-your-custom-post-meta-textareas/
To add the WYSIWYG ...
12
votes
5answers
4k views
Is there a way to get N number of WYSIWYG editors in a custom post type?
Is there way to have multiple WYSIWYG editors for a custom post type? For example, if I had a 2 column layout I wanted to have one editor for one column and another editor for the other.