Parse error: syntax error, unexpected 'bloginfo'
-
Hi,
I need some help. Today I wanted to change my header for a Slideshow, but something went wrong, and I become now this error:
Parse error: syntax error, unexpected ‘bloginfo’ (T_STRING) in /homepages/3/d172390551/htdocs/www/kata_prod/wp-content/themes/envie-de-catalogne/header.php on line 83
Hier is all the information:
<?php /** * The Header template for our theme * * Displays all of the <head> section and everything up till <div id="main"> * * @package WordPress * @subpackage Twenty_Thirteen * @since Twenty Thirteen 1.0 */ ?><!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, minimum-scale=1.0" /> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <link rel="icon" href="" type="image/x-icon"> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script> <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php // include("neige.php"); ?> <div id="page" class="hfeed site"> <div id="preheader"><div> https://www.catalunya.com <img src="<?php bloginfo('stylesheet_directory'); ?>/images/facebook.png" alt="Facebook" /> <!-- <img src="<?php bloginfo('stylesheet_directory'); ?>/images/twitter.png" alt="Twitter" /> --> <!-- <img src="<?php bloginfo('stylesheet_directory'); ?>/images/flickr.png" alt="Flickr" /> --> <img src="<?php bloginfo('stylesheet_directory'); ?>/images/youtube.png" alt="Youtube" /> <img src="<?php bloginfo('stylesheet_directory'); ?>/images/instagram.png" alt="instagram" /> <?php $id_7154 = 7154; $url_7154 = get_permalink($id_7154); ?> " class="acces-pro"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/acces-pro.png" alt="Accès pro" /> </div></div> <header id="masthead" role="banner"> <?php if ( is_home() ) { ?> <h1 class="home-link site-title" rel="home"> <?php bloginfo( 'name' ); ?> </h1> <?php } else { ?> " title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <?php bloginfo( 'name' ); ?> <?php } ?> <nav id="site-navigation" class="navigation main-navigation" role="navigation"> Menu <div id="fermer-menu"> <div id="ouvre-menu"><?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?></div> x </div> </nav></header><?php if (is_home() ) {?> <div id="illustration" class="site-header"> <strong class="site-description"><?php bloginfo('description')><img src="<? php bloginfo ('stylesheet_directory');?> </images/bandeau-cale.png" alt="" /> </div> <div id="main" class="site-main">
Thank you everyone!!
Anna
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Parse error: syntax error, unexpected 'bloginfo'’ is closed to new replies.