[wp-hackers] CSS Oddity, Log Back in to Fix (Revisited)
Brian Layman
Brian at TheCodeCave.com
Tue Jan 23 19:16:55 GMT 2007
Look at the style being used:
http://www.betadot.com/wp-content/themes//style.css
It seems that something might just be missing there....
http://www.betadot.com/wp-content/themes/betadot/style.css is consistent
with the theme they have selected and works fine.
So, why is the theme missing from that line. Is the variable uninitialized
or cleared?
This is the only reference to themes// in that source is:
<meta name="generator" content="WordPress 2.0" /> <!-- leave this
for stats please -->
<style type="text/css" media="screen">
@import url(
http://www.betadot.com/wp-content/themes//style.css );
</style>
So, it is probably only a problem with the header.
A glance at the code shows the issue could be with
bloginfo('stylesheet_directory') or
bloginfo('stylesheet_url')
And which one is to be used, depends upon theme implementation in
header.php.
What does the theme that you had active use?
_______________________________________________
Brian Layman
http://www.TheCodeCave.com
http://www.TheCodeCave.com/EasyWPUpgrade
More information about the wp-hackers
mailing list