Hello everyone,
I'm battling the header in a new WP installation.
I did not want the title of the blog to appear as I had it set in 'General Options' in the Wordpress admin panel, so I went into the header.php for my theme and added my own <title> tag.
However, I still get a strange space above my site where the wordpress provided title used to be. You can see what I mean here...
The code from my header is below. Any help appreciated!
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<!-- <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> -->
<title>Tarvey.com - Great gadgets from around the world</title>