The answer to this question is working great but I want to exclude the editor also when other templates are used. Can you please tell me how to extend...
I am attempting to disable the Text tab in the post editor but not having any luck. The first thing I want to do is set the Visual editor...
I have a text area using wp_editor On first input it works great. Save via text or visual it saves to mysql just fine this is what is in...
I’m trying to load the wp_editor on a settings page: <?php //$content = $value->playerBio; $editor_id = 'listingIntro'; $textareaname = "listingIntro"; $settings = array("textarea_name" => $textareaname); wp_editor( $content, $editor_id, $settings);...
I want to highlight shortcodes in the WordPress visual editor in a specific color. E.g. I Have the following Shortcodes [shortcode1] Some text [/shortcode1] ... [shortcode2] Some text [/shortcode2]...
I am trying to integrate wpeditor to a textarea using the code below. It brings the TinyMCE editor but if the user leaves the page on visual mode and...
So, I’ve created a meta box within my page to allow my client to be able to add content into multiple different content blocks dynamically. I’ve done that using...
I have two fields. The first is for plain text (but with special characters) and the second for html content (wp_editor is used). Both are later needed for phpmailer....
Hi I want to get the post ID from the post selected in the insert/edit link button. I would normally do: <a data-id="<?php echo $post->ID; ?>" href="https://wordpress.stackexchange.com/questions/256062/<?php the_permalink();?>"> Sample...
I want to add the wp_editor content using jquery. I have hidden the wp_editor that needs to be displayed in the thickbox on one of the button click <div...