Remove Admin BarNovember 12, 2011 by Laura Hartwig<?php global $current_user; get_currentuserinfo(); if ($current_user->ID != 1) { add_filter( 'show_admin_bar', '__return_false' ); } ?>Share this:TweetShare on TumblrRedditPrintEmailRelatedYou might also like: Exclude Category from Post’s Category List