Bad header.php file
-
I just uploaded a new header file below that somehow made my site show blank…
Any advice greatly appreciated…
http://www.remanents.com/blog/
Directory where header file: http://www.remanents.com/blog/wp-content/themes/thesis/header.php
File:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”><head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php thesis_output_title(); ?></title>
<?php
wp_head();
thesis_hook_header();
?>
</head><body<?php thesis_body_classes(); ?>>
<div id=”container”>
<div id=”page”><?php thesis_nav_menu(); ?>
<div id=”header”>
<?php
thesis_show_title();
thesis_show_tagline();
?>
</div>
The topic ‘Bad header.php file’ is closed to new replies.