Ok, ok. Maybe it's not that drastic, but is there any way that I can make it so my header doesn't have to load on every page. It's an image gallery site and I don't want them to have to load the head every image since it's a rather large header. So, can I do that?
yes you can do it easily with php by getting current page, and if its not index just dont show index I can do it if you cannot, for a few bux ps : you need to search about $_SERVER['PHP_SELF']; and a simple if() condition