Empty space instead of admin bar
you are correct, that is for the admin bar. add this code to functions.php to disable the admin bar if you wish <?php /* Disable the Admin Bar. */ remove_action( ‘init’, ‘wp_admin_bar_init’ ); ?> if you want to use it then check your source for <div id=”wpadminbar”> <div class=”quicklinks”> If so, then the output is … Read more