Okay well I'm coding my own wordpress theme and I ran across a problem.. My index.php works perfectly fine, but then when I go to single.php and page.php, it just shows a blank... And when I click view page source it also comes up completely blank.. single.php and page.php firstly use <?php get_header(); ?> then has the content, then uses <?php get_sidebar(); ?> and <?php get_footer(); ?> index.php uses the same code but actually displays... also if i change <?php get_header(); ?> to <?php include("header.php"); ?> it still shows a blank... you can preview it at http://cadengrant.com/test/ and if you click the text Hello world! you'll see what I'm talking about.. also if you click About you'll see. Thanks