user3003106
user3003106

Reputation: 193

Admin Bar doesn't show up

The admin bar doesn't show! I looked around and did everything I found:

  1. Shut down all plugins - doesn't work.

  2. Changed do default theme - shows (so it's a theme problem)

  3. Checked if I have the wp_head() and wp_footer() - doesn't work

  4. Changed the define('WP_DEBUG', true); - doesn't show any error

  5. Re-uploaded all the wordpress wp-admin and wp-includes files - doesn't work

  6. Disabled the css on site - still not seen

Any other suggestions?

Upvotes: 2

Views: 236

Answers (1)

Ahmad Sharif
Ahmad Sharif

Reputation: 4435

Have you added the

wp_head();

header.php in theme editor right before </head>

and wp_footer(); right before </body>

Upvotes: 2

Related Questions