Page 1 of 1

get_header() funtion

Posted: Mon Jun 22, 2009 2:31 am
by murugovind
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..

Re: get_header() funtion

Posted: Mon Jun 22, 2009 2:58 am
by requinix
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.