Hi,
Why do I encounter a blank white page that includes only text (as if there is no CSS file) when you add a Header.php file to a Child Theme of Twenty Ten?
My Child Theme example is basic:
Style.CSS
Functions.php
Footer.php (includes <?php wp_footer();?>)
And it works fine, it does what I need into do. But when I add the following Header.php, which I add as most plugins need <?php wp_head();?>
The site looses all Style and becomes a white page with only text.
Can someone tell me why I encounter this behaviour after adding a Header.php file with only the following code<?php wp_head();?>
Many Thanks