Header problem: Inconsistent image display across pages
-
Hello WP-community,
I have an image set in the header my code (header.php) such as the following:
<div id=”header”>
<h1><img src=”wp-content/themes/default/images/my_logo.png” alt=”my logo” /></h1>
</div>Now, the image only displays when i’m at index.php. when I click on other pages the header ceases to display my image. Weird?
header.php is a template file. But it won’t display my image consistently. I could do it in CSS but I want the region to be clickable. Suggestions?
thanks guys!!
byron
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Header problem: Inconsistent image display across pages’ is closed to new replies.