wp_head() outputting just before opening tag.
-
greetings and salutations,
we’re using WP 3.0.5 with twentyten and we’s made a twentyten-child theme
i can has an odd problem,
the stuff i hook into the wp_head is outputting outside the </head> and right after the <body>
if you go here,
and open up firebug, or Google Chrome’s mega-inspector you’ll see i’ve hooked a function “effed_in_the_wp_head” into the wp_head() all this function does is echo “phreaking awesome”
you can see it, right below the opening body tag.everything looks cool in my header.php and functions.php
here’s the custom header.php
wp_head(); is called on line#51
and here’s the custom functions.php file
starts on line#34
with any luck it’s just an unclosed tag or some other teeny wicked thing i can’t spot.
another set of eyes would be greatly appreciated.well what the heck. now it’s working. well, sort of, the function that echoes “phreaking awesome” still gets dumped in the body tag and now my other stuff is back in the <head> where it belongs.
anybody got any idea what’s going on? Daddy’s stumped. Probably been stairing @ teh code too long.
- The topic ‘wp_head() outputting just before opening tag.’ is closed to new replies.