Adding a logo
-
Hi,
Im new to this wordpress stuff as of yesterday so please excuse me if this is simple to do. I am wanting to add a log to my website but all i get is a broken link image my code looks like this:<?php art_menu_items(); ?> </div> </div> <div class="art-Header"> <div class="art-Header-jpeg"></div> <div class="art-Logo"> <h1 id="name-text" class="art-Logo-name"> <a>/"><?php if ( file_exists( TEMPLATEPATH . '/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg' ) ) { ?> </a><a>"><img src="<?php bloginfo('template_url'); ?>/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg" alt="<?php bloginfo('name'); ?>" /></a> <?php } else { ?> <h1><a>"><img src="<?php echo get_option('home'); ?>/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg" title="TheCampingCampground." alt="IMAGE TEXT." height="125" width="250"/></a></h1> <? } ?></h1> <div id="slogan-text" class="art-Logo-text"> <?php bloginfo('description'); ?></div> </div>
Any help would be very appreciated many thanks
Jono
- The topic ‘Adding a logo’ is closed to new replies.