Wordpress Problem

Discussion in 'PHP' started by Caden Grant, May 22, 2009.

  1. #1
    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
     
    Caden Grant, May 22, 2009 IP
  2. vrktech

    vrktech Well-Known Member

    Messages:
    449
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Looks like the issue has been fixed :)
     
    vrktech, May 23, 2009 IP