I get error like call to undefined function wp_headers() in wp_content in my theme folder.
how to solve this error?
Leave a Reply
You must be logged in to post a comment.
I get error like call to undefined function wp_headers() in wp_content in my theme folder.
how to solve this error?
You must be logged in to post a comment.
You should be more specific with your error message, but likely you mean to use
wp_head()
and notwp_headers()
in yourheader.php
file.A good place to start with learning theme development is here: http://codex.wordpress.org/Theme_Development