Admin bar has wrong css location on subsite
-
I have a custom theme that is working on both the main site and the sub site, but the admin bar doesn’t load its css on the subsite. When I look at the source code for the subsite pages, it lists the admin bar css location as http://mysite.com/ODE/wp-includes/css/admin-bar.css?ver=20110622, where ODE is the subsite.
The problem is that there is no css file there and the admin bar just becomes a list of links at the bottom of the page. If I remove the “ODE” from the css location in the source code and reload the page from my local copy, it works fine.
Everything works great on the main site (because the ODE folder isn’t there) and disabling plugins doesn’t have any affect.
How do I get wordpress to look for the admin bar css in the correct location? Or how do I put the css file in the correct location?
The topic ‘Admin bar has wrong css location on subsite’ is closed to new replies.