• danielmck

    (@danielmck)


    I’m using the default kubrick theme,
    i’m editing it and i’m stuck on this,
    where do i add a clickable logo to the header?
    I can add the logo on headerimg in CSS as a background img
    but that isn’t linkable and it doesn’t feel like the right way to do it
    so can someone help me out here?
    Thanx

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

    (@danielmck)

    OK so i haven’t had a reply,
    i messed around a bit more and heres what i came up with
    that works,
    i went into the header.php and replaced:

    <div id="headerimg">
    		<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    		<div class="description"><?php bloginfo('description'); ?></div>
    	</div>

    with:

    <div id="headerimg"><a href="index.php"><img src="wp-content/themes/default/images/WWBLogo.jpg" width="330" height="100" alt="Blog" title="Blog" /></a>
    	</div>

    Because i have no need for the title and info the original code asks for i thought this might be ok?
    I also removed the CSS styles that were in the header.php that was
    related to the kubrick images that i don’t want to use.
    It works now how i want it to.
    Can anyone tell me if this is ok?
    Daniel

Viewing 1 replies (of 1 total)

The topic ‘How do i add a logo?’ is closed to new replies.