Posted in General Only show wordpress admin bar for administrators Posted byby Curt Sahd 2 years ago 0 Comments The title says it all, the following code does the trick: Simply add this code to the bottom of your functions.php file for your active theme [box] (!current_user_can(‘manage_options’)) { add_filter(‘show_admin_bar’,’__return_false’); }[/box]