Hi ,
I added the following php code to the header.php file
<img src=”<?php echo get_stylesheet_directory_uri() ?>/images/logo.png” alt=”” title=”” width=”” height=”” /> </div>
paste it after this div
<div class=”site-branding”>
it should work for you then go and add your css to style.css
regards.
Hi ,
I added the following php code to the header.php file
<img src=”<?php echo get_stylesheet_directory_uri() ?>/images/logo.png” alt=”” title=”” width=”” height=”” /> </div>
paste it after this div
<div class=”site-branding”>
it should work for you then go and add your css to style.css
regards.