Inserting custom image into header: not displaying
-
I would like to insert a custom image as my site logo in my header bar. I have removed the text. The header.php code is here for you to see. It is still not displaying. Do I have the img src” ” in the wrong place? Please help.
</head><body <?php body_class(); ?><?php thinkup_bodystyle(); ?>>
<div id=”body-core” class=”hfeed site”><header>
<div id=”site-header”>
<div id=”header”><?php if ( get_header_image() ) : ?>
<div class=”custom-header”><img src=”http://bestshorepaddle.com/wp-content/uploads/2015/06/Best-shore-header-logo.jpg”> width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=””></div>
<?php endif; // End header image check. ?><div id=”header-core”>
<div id=”logo”>
“><?php /* Custom Logo */ thinkup_custom_logo(); ?>
</div>
The topic ‘Inserting custom image into header: not displaying’ is closed to new replies.