I am getting an error on my wordpress parse header page
-
I am having a proble with my wordpress blog (http://thebestflats.info). I got my own domain name and installed it on the wordpress platform. THe error i am getting is ( Parse error: syntax error, unexpected ‘<‘ in /home/lorette/public_html/thebestflats.info/wp-content/themes/webhost9/header.php on line 7)
I was trying to install google varification code to add the site to my google account, but for some strange reason it was not being varified. I decided to delete the google varification code. And i then try to launch my site and got the error. Here is the code in the header. Help please
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0
Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-
transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?
>>
<head profile=”http://gmpg.org/xfn/11″>?
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?
>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php if (is_home()) { ?><?php bloginfo(‘name’); ?><?php } ?>
<?php if (is_single() || is_page()) { ?><?php wp_title(”,true); ?><?php }
<?php if (is_category()) { ?> <?php echo single_cat_title(); ?> Category<?php } ?><?php if (is_month()) { ?> <?php the_time(‘F Y’); ?> Archives<?php } ?>
<?php if (is_search()) { ?> Search Results<?php } ?><?php if(function_exists(‘psb_pagednumber’)) { psb_pagednumber(); } ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head>
<body>
<div id=”page”>
<div id=”header”>
<div id=”logo”><h1>/”><?php bloginfo(‘name’); ?></h1><div class=”description”><?php bloginfo(‘description’); ?></div></div>
<div id=”nav”>- <li class=”page_item”>/”><?php _e(‘Home’); ?><?php wp_list_pages(‘title_li=’ ); ?>
</div><br clear=”all” />
</div>
<div id=”content”> -
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
- The topic ‘I am getting an error on my wordpress parse header page’ is closed to new replies.