22an
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'bloginfo'I tried what you said. I changed the code and it worked.
I disabled and enabled all the plugins and it worked aswell.
I’ve tried to copy just parts of the editor and everything works but not the last part.</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”>
Now I have an error on line 82
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'bloginfo'no, just the both things you said on the very last part.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'bloginfo'No, it did not
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
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'bloginfo'I’m sorry but it still doesn’t work.
<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”>
Many thanks ??
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'bloginfo'Thank you.
It still won’t work.
Now I have it like this:</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”>
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'bloginfo'Hi!
thanks! I’ve changed it, but didn’t work ;(
Thank you anyway.