tihography
Member
Posted 2 years ago #
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! :)
page.php ... but the 'design' of the site defines your style.css file.
tihography
Member
Posted 2 years ago #
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
tihography
Member
Posted 2 years ago #
*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!