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

BuddyPress admin bar links are broken [closed]

Buddypress requires pretty permalinks to function properly. If you have set them up already try to go to the permalinks admin page and resave them and see if that helps. If your host won’t let wordpress write to an .htaccess file, that page will also show you what should be in it. http://codex.buddypress.org/troubleshooting/navigation-links-return-404-errors/ http://codex.buddypress.org/getting-started/before-installing/