I'm having an issue with the css styling and wp_head on my page. I've read the faq and previous posts on the issue and realize that my css doesn't work because I haven't included the wp_head command in my header.
My issue, and it may be beyond the scope of this forum, is when I put the<?php wp_head(); ?> in my code I get the following error:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'theme_header_style' was given in /home/.tonk/legalclinic/sacloaves.dreamhosters.com/wp-includes/plugin.php on line 164
I've takn the wp_head off the page because I don't want that error message on their when it is live, but any ideas what the issue is?
Again this might be beyond the scope of this forum, but if anyone has any ideas I'd be gratefull.
It's hard to tell without being able to test it directly, but have you looked at how wp_head(); is being used in the default WP theme. Perhaps you put it in the wrong spot?