Logo stops appearing on other pages
-
ok my site is https://atomiccraft.com/ im using the Free Destro Wp theme, as you can see the logo is on, now click on a different page (except forum or hawkeye)
now the logo displays a “missing” sign as you can see.
How can i fix this?
This is the code im using on header.php
[please follow the forum rules to mark any code, to keep it readable– the code below is already partially corrupted]
<!-- Logo Section starts here --> <div id="logo_section"> <?php if ( of_get_option('header_logo') ) { ?> <div id="logo"> <p class="logo_title"><a>/"><img src="<?php echo of_get_option('header_logo'); ?>" alt="<?php bloginfo('name'); ?>"/></a></p> </div> <?php } ?> <?php if ( !of_get_option('header_logo') ) { ?> <div id="logo"> <p class="logo_title"><a>/"><img src="sitelogo.png" /></a></p> <p class="logo_desc"><?php bloginfo('description'); ?></p> </div> <?php } ?> <div id="header_ad"> </div> </div> <!-- Logo Section ends here -->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Logo stops appearing on other pages’ is closed to new replies.