Adding header image to WordPress theme.
-
Hi,
I am trying to add a header image to my wordpress theme (which doesn’t come with one). I am new to PHP but I have gotten stuck.
My website is: https://www.simply-elle.com/
I added the following code to my child theme’s header.php file:
<div id="header-image"> <img id="topL" src="<?php echo get_stylesheet_directory_uri(); ?>"../images/simply-elle-header.jpg"/> </div>
The image is showing as an error for some reason. I’ve tried adjusting the path of it a few times but I cannot figure out how to correct this.
Any help is greatly appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Adding header image to WordPress theme.’ is closed to new replies.