Disable WP Editor for specific page templates
The answer to this question is working great but I want to exclude the editor also when other templates are used. Can you … Read more
The answer to this question is working great but I want to exclude the editor also when other templates are used. Can you … Read more
I am attempting to disable the Text tab in the post editor but not having any luck. The first thing I want to … Read more
I have a text area using wp_editor On first input it works great. Save via text or visual it saves to mysql just … Read more
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” … Read more
I want to highlight shortcodes in the WordPress visual editor in a specific color. E.g. I Have the following Shortcodes [shortcode1] Some text … Read more
I am trying to integrate wpeditor to a textarea using the code below. It brings the TinyMCE editor but if the user leaves … Read more
So, I’ve created a meta box within my page to allow my client to be able to add content into multiple different content … Read more
I have two fields. The first is for plain text (but with special characters) and the second for html content (wp_editor is used). … Read more
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 … Read more
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 … Read more