Remove path from the create/edit a post view

Use the filter tiny_mce_before_init to customise the default configuration; function wpse_11867_tiny_mce( $config ) { $config[‘theme_advanced_path’] = false; return $config; } add_filter( ‘tiny_mce_before_init’, ‘wpse_11867_tiny_mce’ ); Check out all the options available on the Tiny MCE documentation.

Resizing the width of the WYSIWYG editor

The WYSIWYG uses the .wp-editor-container class. So the easiest way would be to change this in your CSS. If your style is being overwritten then just add !important. .wp-editor-container { width:50%; // What ever size you want } the wp_editor() function also allows us to add a class to the textarea tag, I’m not sure … Read more

Visual editor not showing up

I had the same problem and it was solved by following an advice found on https://wordpress.org/support/topic/visual-editor-missing-15/ Go to the file wp-config.php Find the following line: define(‘DB_HOST’, ‘xxxxxxxxxxxx’); Right below the above line add this: define(‘CONCATENATE_SCRIPTS’, false);

How to enable the tag in WordPress posts and pages

First things first, modifying core files is extremely frowned upon you will have to make these changes with every upgrade and they can lead to security and other problems. I’m pretty sure there is a plugin that will allow this. I did a simple search and here are a few to try: http://wordpress.org/extend/plugins/preserved-html-editor-markup/ http://wordpress.org/extend/plugins/ultimate-tinymce/

how to fix a broken visual editor

This almost certainly happens because WordPress cannot load the TinyMCE editor files or the TinyMCE javascript code could not be run. Try these things: 1) Make sure your browser has javascript enabled! 2) Open this URL in your browser http://<yoursite>/wp-includes/js/tinymce/wp-tinymce.php You should see a lot of text, starting something like this: // 4.0.21.1 (2014-04-09) !function(e,t){“use … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)