Forum Replies Created

Viewing 16 replies (of 16 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 16 replies (of 16 total)