WordPress: How to remove ‘Admin’ Login Button from the Header (if in theme)

01– Open up file “Header.php” in your theme files

02– Remove the code:

<!– ADMIN NAVIGATION –>
            <ul id=”navAdmin”>
                <?php wp_register(); ?>
                <li><?php wp_loginout(); ?></li>
                <?php wp_meta(); ?>
   </ul>

03– Save and Re-upload

Related Posts Plugin for WordPress, Blogger...