Directly open page in text editor
Add the following to your themes functions.php file and it will default to the editors text view… add_filter( ‘wp_default_editor’, create_function(”, ‘return “html”;’) );
Add the following to your themes functions.php file and it will default to the editors text view… add_filter( ‘wp_default_editor’, create_function(”, ‘return “html”;’) );
add_editor_style allows theme developers to link a custom stylesheet file to the TinyMCE visual editor. You’ll want to duplicate many (if not all) of your styles from the front-end to be included in that file. Then editing in the visual editor will look more like your front-end css. The problem is more likely that you … Read more
Inline style appears in the editor but breaks on live site
How to add Thumbnail button in frontend editor
The blank lines are removed by WordPress after saving the post. If you have to use blank lines, you can instead use following html <div style=”clear:both;”></div>
Image Post creates unusual extra HTML
wp_strip_all_tags() will strip out all the tags. However with posts which just have images and no content. There is no solution to that, the excerpt or wherever you are trying to use it will show blank since it cannot “magically” create content for the post when there is no content at all. For more info … Read more
This feature has been proposed for development over 7 years ago with no results up to now. But, you can scrutinize and/or try the WP Statuses plugin from one of the BuddyPress contributors.
Visual editor on front-end call not working properly
You can use WP Users Media plugin: https://wordpress.org/plugins/wp-users-media/ From description: … disable the ability for users to access other members files and attachments through the Media Button and Featured Image sections…