• Resolved tihography

    (@tihography)


    I am working on a blog design (by using “Default” as a guideline). Did some “minor” changes and things start to look good. But now all the static Pages are just white!

    so, where did I mess up? Or better which of the php-files defines the design of the static page? is it “single.php”?

    help appreciated! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • page.php … but the ‘design’ of the site defines your style.css file.

    Thread Starter tihography

    (@tihography)

    thanks for the reply!

    well, I still don’t get it. the page is just blank! there’s not even any code to look at. well, here you can look for yourself:

    the website standard blog is: http://www.no13.ch/gschmeus/
    and one of the static pages is: http://www.no13.ch/gschmeus/?page_id=23

    I don’t think, the error is to be found in the css, since it’s not just white text on white background. it must be some broken php-code.

    hmmm, weird…

    can you post the contents of page.php in pastebin?

    My guess is that you used a php function incorrectly (like a missing closing parenthesis, or something like that).

    Peter

    Thread Starter tihography

    (@tihography)

    *sigh*

    I was comparing both my altered and the original page.php code and found the problem: there was an “if” missing, the pages are back now…

    thanks guys!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Static Pages are gone…(?!)’ is closed to new replies.