Top admin tool bar not displaying for “Editor” user role

Looks like i found the piece of code causing the issue : function remove_admin_bar() { if (! current_user_can(‘administrator’, ‘editor’) && !is_admin() && !is_editor()) { show_admin_bar(false); } } add_action(‘after_setup_theme’, ‘remove_admin_bar’); I switched show_admin_bar(false); to show_admin_bar(true);

Different Admin language

In WordPress, since few version there is a setting in each user profile to select a language which have higher priority than site language. This can be the answer of the back office always in Hungarian. About WooCommerce emails, they are sent in the default website language unless a custom code or a plugin come … Read more

admin bar disappears completely in 2010 theme

And I found the solution via another unrelated admin bar question. If anyone ever comes across this problem with the user_frontend plugin or any other plugin posting data from a custom form – apparently WP unchecks the two admin bar related check boxes if a set of data is sent to update the user profile … Read more

Disable Admin Bar for specific content

You can add some code into your theme’s functions.php file that checks the post type or whatever condition you want and when the condition is met, add this filter: add_filter( ‘show_admin_bar’, ‘__return_false’ ); See this codex page for more information: http://codex.wordpress.org/Plugin_API/Filter_Reference/show_admin_bar

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