Tagged Questions
1
vote
0answers
43 views
HTML added to editor when deleting shortcodes in Chrome browser
Example:
[shortcode1][/shortcode1]
[shortcode2][/shortcode2]
In the above example, using the google chrome web browser, while in visual mode in the post editor, highlight shortcode 1 by ...
0
votes
1answer
102 views
Add tinymce to widget textareas
I've got several custom widgets which are extended from WP_widget. Many of these have textarea fields. I'd like to be able to apply a special css class to certain of these textareas in order to ...
0
votes
1answer
168 views
Tiny MCE custom styles, and preview in the backend
I've added the styles dropdown list to my TinyMCE editor in Wordpress. If I select the style, and preview it on the front end, it looks exactly like I expect it to. However, I'd like to preview it ...
0
votes
1answer
337 views
Multiple TinyMCE Editors in one Admin Page
Please could someone give me an idiots guide to adding more than one TinyMCE editor to a page editor page please. I am creating my own wordpress theme and the multiple editors are an essential part of ...
0
votes
1answer
308 views
Insert Rich Text Editor in theme?
I'm building a custom front end form for my theme and I'd like to use the Wordpress TinyMCE Rich Text Editor for it. Is there an easy way to invoke it?
Thanks!
1
vote
1answer
1k views
two tinyMCE editors in the same page
I've used this method to enter the first editor:
on functions.php:
function add_admin_theme_styles() {
wp_enqueue_style('thickbox');
}
add_action('admin_print_styles', ...