I am getting the following error in a web page
Fatal error: Call to undefined function get_header() in /home/kgetccom/public_html/evankimbrell.com/index.php on line 1
Please anyone help me to resolve this.
Thanks,
Muru..
get_header() funtion
Moderator: General Moderators
Re: get_header() funtion
Did you misspell "get_headers"?
You're trying to call a function that doesn't exist. That is a no-no. If you want to call it then you have to make sure it's defined somewhere first.
You're trying to call a function that doesn't exist. That is a no-no. If you want to call it then you have to make sure it's defined somewhere first.