Different headers Twenty Twelve theme
-
I’d appreciate a bit of help in getting my site to display different headers on some pages. I’ve read various posts, including this one:
https://www.ads-software.com/support/topic/different-headers-on-each-page-1?replies=10
This is one of the pages where I’d like a different banner:
https://www.drumdaboom.com/sound-therapy/
This is the code I put into the header:
<?php $header_image = get_header_image(); if(is_page('Sound therapy')){ echo '<img src="https://www.drumdaboom.com/wp-content/uploads/2013/03/banner_therapy.jpg" />'; } elseif ( ! empty( $header_image ) ) : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a> <?php endif; ?>
And this is the message I get …
Parse error: syntax error, unexpected ‘:’ in /customers/b/1/b/drumdaboom.com/httpd.www/wp-content/themes/drumdaboum/header.php on line 44
Any suggestions would be greatly appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Different headers Twenty Twelve theme’ is closed to new replies.