Each post currently requires the featured image to be duplicated within the post several times. Is there any way in which I could dynamically call the featured image back...
I’m trying to enable WordPress’ tinyMCE editor for a front-end textarea, from a plugin’s pro version. I temporarily solved the issue in a bogus way: In free version: wp_editor(...
I read several articles about configuring the WordPress editor. For example, this snippet shows how to permanently set the editor to HTML or WYSIWYG for all contents. I’m wondering...
I always find myself in HTML mode in the editor to try and get simple things like breaks between paragraphs to show up right (using <p></p>). Is that normal?...
In the WordPress control panel, when writing a new post, I would like to disable the Header 1 and Header 2 from the text formatting combobox, because I already...
Im trying to remove the editor from the homepage using the following functions however I am struggling to achieve this? function hide_homepage_editor() { if ( is_admin() ) { if...
How do I hide the page editor (WYSIWYG editor) if the current page is set to a certain template. I have the following code already to add in custom...
One of the features of WP 4.1 was the introduction of new distraction-free mode. This is a personal opinion, but I think it’s awful, in fact, compared with the...
When I use the WordPress HTML editor to add icomoon icons like this: <span class="icon-shield"></span> and then switch to the visual editor and then back to the HTML editor,...
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...