I am working on adding some themes to my blog site but have ran into a slight issue.
The MU-Admin-Bar will display on all but one theme. Any ideas on what would cause this?
I am working on adding some themes to my blog site but have ran into a slight issue.
The MU-Admin-Bar will display on all but one theme. Any ideas on what would cause this?
I think (and soemone feel free to correct me because I don't use this plugin) it relies on the hook wp_footer, so if the theme doesn't have that in there, it won't display.
Put "<?php wp_footer(); ?>" in the theme's footer.php file, right before </body>.