Add WYSIWYG to Image Description field
I need to build this thing: It’s essentially an image with a caption, and it can go inline anywhere in the text. I … Read more
I need to build this thing: It’s essentially an image with a caption, and it can go inline anywhere in the text. I … Read more
I’ve created a custom metabox area and need to add the option of multiple metaboxes. So far I found this guide https://jeremyhixon.com/repeating-wordpress-editor/ which … Read more
I would like to add a link in the WYSIWYG editor to the archive page for a custom post type. I have a … Read more
Pretty much as the title says, I want to use the “link” button from the HTML mode in the Visual Mode in the … Read more
I’ve created my own WP 3.2 plugin. Now I want to put the WYSIWYG editor in it. I’ve tried the following code: <?php … Read more
I really would like a nice frontside wysiwyg-editor for the P2 theme. Preferable a light one with only the most basic controls. Tried … Read more
As you already know, WordPress manipulates posts, even if you write everything in Text mode. (replacing line breaks with \r\n ‘s , converting … Read more
I would like to ask whether there is a function to remove/turn off the Text tab for users ? Enough good codes here … Read more
All the resources I’ve read online suggest using a different CSS file (i.e. editor-style.css) in order to style the WYSIWYG editor to better … Read more
I am having trouble adding a list box to the TinyMCE editor in WordPress. I have already read entirely through this question but … Read more