Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dandym

    (@dandym)

    Hi there, it only works for the home page, when i click on my ‘about’ page, my logo isnt there, but the old text is?
    How do makeit so the logo shows up on all the pages?

    Thread Starter dandym

    (@dandym)

    Yeah, thats got it fixed. MAD000 you are a legend, thanks a bunch.

    Thread Starter dandym

    (@dandym)

    Hi thanks for replying,
    is still not working – nothing has changed (i cleared the cache and tried)

    I changed the code to what you suggested
    is there anything else I should be doing, maybe in the style.css?
    maybe something to do with my the ‘logo.gif’ file is in images/logo.gif if thats any help
    I don’t really know what I’m going on about! Very new to all of this.

    "branding">
    			<?php if (is_home()) { ?>
    			<h1 class="homelink"><a href="<?php echo bloginfo('home'); ?>"><img src="logo.gif" alt="<?php bloginfo('name'); ?>" /></a></h1>
    			<p class="description"><?php bloginfo('description'); ?></p>
    			<?php } else { ?>
    			<div class="homelink"><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></div>
    			<p class="description"><?php bloginfo('description'); ?></p>
    			<?php } ?>
Viewing 3 replies - 1 through 3 (of 3 total)