Why does wp_head() make new CSS statements?
-
Well I am trying to put in a new banner graphic into Default theme, by altering the header.php and stylesheet the usual way. Yet now I find that just before the end of the header, wp_head() is called and it inserts (with ‘mysite’ redacted)
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="(mysite)/xmlrpc.php?rsd" />
<style type='text/css'>
<!--#header { background: url('(mysite)/wp-content/themes/default/images/header-img.php?upper=0000AA&lower=D7D73F') no-repeat bottom center; }
#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: white; }
#headerimg { display: none }
--></style>and that’s totally a punk thing to do because I cannot figure out how to switch it off or adjust it. Where is this call to header-img.php coming from? Is this new somehow? Is it just there because I toyed with the banner auto-gradient feature? I last fooled around with WP 1.5 and I don’t remember it.
If this is blindingly obvious I apologize for wasting everyone’s time. Thanks!
- The topic ‘Why does wp_head() make new CSS statements?’ is closed to new replies.