wordpress3.+ 移除前台Admin Bar

只需要在你的主题文件的Functions.php中增加如下代码:
/* Remove Admin_bar */
add_filter( 'show_admin_bar', '__return_false' );

搞定!