parsing - Parse error in wordpress -
my site started displaying error code:
parse error: syntax error, unexpected t_constant_encapsed_string in in /home/kristaps/public_html/juta.skydrive.lv/wp-content/themes/mygrid2/**header.php** on **line 5**
could please line 5 mistake? thank in advance!
here first lines header editor:
<!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 bloginfo(''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''name''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''); ?> <?php if ( is_single() ) { ?> » blog archive <?php } ?> <?php wp_title(); ?></title>
it seems there typo error in 5th line part:
content="<?php bloginfo('
the portion ends, there semi-colon instead of double quotes
'''); ?> ;charset=<?php bloginfo ^
just try correcting , report if there problem.
Comments
Post a Comment