• JCox12

    (@jcox12)


    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”&gt; 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>

Viewing 1 replies (of 1 total)
  • Thread Starter JCox12

    (@jcox12)

    Oh, I have inserted the logo from my media library already, in the img src=” “.

Viewing 1 replies (of 1 total)

The topic ‘Inserting custom image into header: not displaying’ is closed to new replies.