I get error like call to undefined function wp_headers() in wp_content in my theme folder. how to solve this error?
1 Answer
You should be more specific with your error message, but likely you mean to use wp_head() and not wp_headers() in your header.php file.
A good place to start with learning theme development is here: http://codex.wordpress.org/Theme_Development
1 Comment
shah
Is this problem related to my theme? which i have downloaded from one site.