I recently created a wordpress custom template. I used the default wordpress theme as my canvas. I edited the default style.css file to replace all the default images with the images I created. The site looks good in dreamweaver and everything works good on the local server I set up. After uploading the site from dreamweaver to my server via ftp i get this: "Fatal error: Call to undefined function get_header() in /home/collegec/public_html/index.php on line 1." Aftermessing around with my code Ihave come to figure out that it is not my get_header that is the problem, because if I erase the get_header from my index.php I get another fatal error but instead of get_header it goes to the next php code after get_header and says that this php code is now the error. I am a complete newb when it comes to php, but it seems like my website is not reading my php code for some reason. Any help on this situation will be great.