ALl of a sudden, on my WordPress blog clydesdalefitness.com, I'm getting this error:
Parse error: syntax error, unexpected T_STRING in /home/clydesda/public_html/wp-blog-header.php on line 5
It was working fine yesterday. This morning, the error. I made no changes.
Here's line 5:
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
Here's the entire code wp-blog-header.php:
<!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">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title>For Clydesdale and Athena Big Bicycle Riders</title>
<meta name="description" content="An online community filled with bicycle riding training tips, bicycle advice, news, trends and fitness suggestions for big and tall bicycle riders known as Clydesdales and Athenas." />
<meta name="keywords" content="bicycles, road bikes, mountain bikes, bicycle training, bicycle touring, clydesdales, athenas, clydesdale riders, fat bike riders, big and tall bike riders. bike buying tips, cross-country bicycle trips, bicycle fitness" />
<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="<http://clydesdalefitness.com/wp-rss.php>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<!--we need this for plugins-->
<?php wp_head(); ?>
</head>
<body>
<div id="container">
<div id="header">
<!--the blog title-->
<h2><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h2>
<!--blog description-->
<h3><?php bloginfo('description'); ?></h3>
</div>
<div id="menu">
<ul>
<li class="page_item"><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<li class="page_item"><a href="http://clydesdalefitness.com/wp-rss.php">RSS</a></li>
<li class="page_item"><a href="http://clydesdalefitness.com/articles.html">Articles</a></li>
<li class="page_item"><a href="http://clydesdalefitness.com/bikenews.html">Bike News</a></li>
<?php wp_list_pages('title_li=&depth=1');?>
</ul>
</div>
<!--header.php end-->
ANy ideas??? Honest, I did nothing. last night it was working. Today, not so.