Header image not showing in pages
-
Hello, i’ve created a wordpress job site @ https://hnaruak.com/ and ive added a header image. but this image is showing only in Home Page and not in other pages.
<div id="header"> <div class="logo"><img src="<?php bloginfo('template_url');?>/images/logo.png" /> </div> <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a><strong><img src="adsheader.jpg" align="right"></strong></h1> <h2><?php bloginfo('description'); ?></h2> </div><!-- End Header -->
Ive marked the line ive added to the template. And please, how do i get rid of the footer, when i try to change it, the whole template goes wrong. Please help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Header image not showing in pages’ is closed to new replies.