Widescreen Template – Edit Header To place a logo and now have an error
-
Hello
I’m updating this website and we were trying to upload a new logo and realized after that someone had written a site title, which I removed.
However, I started playing around and edit the header. I accidentally didn’t save the original and now having } ?> being displayed on the actual website instead of logo. How can I remove this } ?> from being displayed on the
website janiceschulte.co.uk
Here’s the code:
<h1 class=”sitename”>” title=”<?php bloginfo(‘description’); ?>”><?php if ( isset($gpp[‘gpp_logo_src’]) && $gpp[‘gpp_logo_src’] <> “” ) { ?><img class=”title” src=”<?php echo $gpp[‘gpp_logo_src’]; ?>” alt=”<?php bloginfo(‘name’); ?>” /><?php } else { ?><?php bloginfo(‘name’);} ?> <?php bloginfo(‘name’); ?> } ?></h1>I know the error is in this line ;} ?> <?php bloginfo(‘name’); ?> } ?>
Thank your for help
- The topic ‘Widescreen Template – Edit Header To place a logo and now have an error’ is closed to new replies.