Title: Admin Bar
Last modified: August 20, 2016

---

# Admin Bar

 *  [dbwieler](https://wordpress.org/support/users/dbwieler/)
 * (@dbwieler)
 * [15 years ago](https://wordpress.org/support/topic/admin-bar-1/)
 * Hey, quick question..
 * The admin bar doesn’t show up for me. There is a gap at the top of the page where
   it’s supposed to be, but it’s blank.
 * I’ve even gone as far as removing ALL the code and css from the files and loading
   the page with just <body> tag’s.
    It does it in even browser Anyone know what’s
   going on with it? I did notice this:
 *     ```
       <style type="text/css" media="print">#wpadminbar { display:none; }</style>
       ```
   
 * That should only have to do with printing the page…?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years ago](https://wordpress.org/support/topic/admin-bar-1/#post-2110856)
 * check if you have deactivated from profile
 *  [Justin Tadlock](https://wordpress.org/support/users/greenshady/)
 * (@greenshady)
 * [15 years ago](https://wordpress.org/support/topic/admin-bar-1/#post-2110857)
 * What’s the link to the site?
 *  [verphiztual](https://wordpress.org/support/users/verphiztual/)
 * (@verphiztual)
 * [15 years ago](https://wordpress.org/support/topic/admin-bar-1/#post-2110873)
 * I think here is the solution. I have the same problem before.
 * at your header.php before the end of </head>, put <?php wp_head(); ?>.
 * at your footer.php before the end of </body>, put <?php wp_footer(); ?>
 * it should look like this:
 *     ```
       <?php wp_head(); ?>
       </head>
       ```
   
 * and
 *     ```
       <?php wp_footer(); ?>
       </body>
       </html>
       ```
   
 * hope that helps.
 *  Thread Starter [dbwieler](https://wordpress.org/support/users/dbwieler/)
 * (@dbwieler)
 * [15 years ago](https://wordpress.org/support/topic/admin-bar-1/#post-2111092)
 * Thank verphiztual,
 * Perfect solution.
    =D
 *  [verphiztual](https://wordpress.org/support/users/verphiztual/)
 * (@verphiztual)
 * [15 years ago](https://wordpress.org/support/topic/admin-bar-1/#post-2111128)
 * you’re welcome.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Admin Bar’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 4 participants
 * Last reply from: [verphiztual](https://wordpress.org/support/users/verphiztual/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/admin-bar-1/#post-2111128)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
