How to add an extra image to the header
-
I’m trying to modify the twentythirteen theme. What I want to do is to add an extra image just before the blog name.
I try to modify header.php by replacing
<h1 class=”site-title”><?php bloginfo( ‘name’ ); ?></h1>with:
<h1 class=”site-title”><img src=”images/myextraimage.jpg”/><?php bloginfo( ‘name’ ); ?></h1>
But somehow it seams that I get the wrong path to the image.
So what path should I user?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to add an extra image to the header’ is closed to new replies.