I wanted to use the <body <?php body_class(); ?>> function so i could use the class in my css to make the active page link (sprite) active on the corresponding page. I have a static page set for my homepage, so its using page.php instead of the index.php apparently. And for some reason the function is breaking my homepage, but is fine on other 'Pages'...
Homepage (broken using page.php):
http://www.theburgerboxtruck.com
-or- (same page)
http://www.theburgerboxtruck.com/?page_id=205
Page thats working (also using page.php):
http://www.theburgerboxtruck.com/?page_id=102
And also, Blog page Seems to be working fine (using index.php):
http://www.theburgerboxtruck.com/?page_id=190
I dont get why its working on one page and not the other!!! Ideas anyone??? :/