Header Trouble – Space above Title
-
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="https://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>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Header Trouble – Space above Title’ is closed to new replies.