• Resolved sandralindholm87

    (@sandralindholm87)


    Hello!

    I have a problem uploading a photo (logo) to my header using Blank slate theme. I’ve tried to insert <img src=”logotyp1.png” in different places in this codesnip. It hasn’t been working so far. I’m wondering if anyone can help me how to get the image there?
    Right now it’s located insida the theme folder. (I’m working locally from my computer)

    <header>
    
    <div id="branding">
    <div id="site-title"> <?php if ( is_singular() ) {} else {echo '<h1>';} ?>/" title="<?php bloginfo( 'name' ) ?>" rel="home"><?php bloginfo( 'name' ) ?><?php if ( is_singular() ) {} else {echo '</h1>';} ?></div>
    <p id="site-description"><?php bloginfo( 'description' ) ?></p>
    
    </div>
    
    <nav>
    
    </div>
    
    </nav>
    </header>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use a pastebin. As it stands, your posted code may now have been permanently damaged/corrupted by the forum’s parser.]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with uploading image to header’ is closed to new replies.