Creating a wp_editor instance with custom tinyMCE buttons
Is there a way to define wp_editor() with custom tinyMCE buttons?
Is there a way to define wp_editor() with custom tinyMCE buttons?
I’m trying to add custom CSS (set via theme options) to the TinyMCE visual editor in WordPress. On the front end, the theme generates this CSS and outputs it on the wp_head hook. The problem I’m running into is being able to add that CSS output to the editor.
Using Foundation 5’s accordion, and the data-accordion html data attribute in:
I have this nice little function to remove buttons from the tinyMCE editor in WordPress, so far I’ve been able to remove most of the ones I need to.
I’ve been trying to get the TinyMCE editor working in the comments field but I’ve been unable to do so. Another suggestion I found was http://nicedit.com, the editor is working but the comments are not saved in rich text.
I’m using the following code to produce a different TinyMCE bar to the default WordPress setup:
I’m building a simple plugin and need to be able to access current post id when user clicks custom tinyMCE button (inside its onclick function). How should I get current post ID to do that.
Can you add the visual editor to the description field for custom taxonomies? It would be nice to have this option available when you edit an entry for a taxonomy be it core or custom.
I would like to provide our WP users (authors) with a tinyMCE editor instead of standard textarea for their “Biographical Info” on the Profile page.
I have added a custom button to the tinymce to insert my shortcodes, but I have so many and I want to make a splitbutton instead and I can’t figure how. Anyone can help. Here’s the code that I’ve used to create the normal button: