Move the admin bar to the botto
function fb_move_admin_bar() { echo ' '; } // on backend area add_action( 'admin_head', 'fb_move_admin_bar' ); // on frontend area add_action( 'wp_head', 'fb_move_admin_bar' );