在functions.php文件中添加以下代码:

1//隐藏管理栏
2if ( !current_user_can( 'manage_options' ) ) { 
3    add_filter('show_admin_bar', '__return_false');
4}
5//隐藏管理栏