The admin bar doesn’t show! I looked around and did everything I found:
-
Shut down all plugins – doesn’t work.
-
Changed do default theme – shows (so it’s a theme problem)
-
Checked if I have the
wp_head()
andwp_footer()
– doesn’t work -
Changed the
define('WP_DEBUG', true);
– doesn’t show any error -
Re-uploaded all the wordpress
wp-admin
andwp-includes
files – doesn’t work -
Disabled the css on site – still not seen
Any other suggestions?
Have you added the
header.php
in theme editor right before</head>
and
wp_footer();
right before</body>