diff --git a/wp-content/themes/default/header.php b/wp-content/themes/default/header.php index fe2051ee4..99ff334d6 100644 --- a/wp-content/themes/default/header.php +++ b/wp-content/themes/default/header.php @@ -2,54 +2,50 @@ - + - <?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?> - - +<?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?> - - - - - + - +/* To ease the insertion of a personal header image, I have done it in such a way, + that you simply drop in an image called 'personalheader.jpg' into your /images/ + directory. Dimensions should be at least 760px x 200px. Anything above that will + get cropped off of the image. */ + /* + #headerimg { background: url('/images/personalheader.jpg') no-repeat top;} + */ + - + - +