Only show wordpress admin bar for administrators Curt Sahd Read more posts by this author. Curt Sahd 31 May 2013 • 1 min read 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]