I wanted to do this but it is still not working for me. My website is https://www.milliononothing.com
Here is the code I am using:
<div class="site-header">
<div class="site-branding">
<a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
<!-- <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1>
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> -->
<!--your logo line --><h1 class="site-title"><img src="https://millionornothing.com/wp-content/uploads/2017/01/59-px-height.png" alt="The Million Or Nothing Logo"></img></h1><!-- end of your logo line -->
</a>
</div><!--.site-branding-->
-
This reply was modified 8 years, 1 month ago by ankitneerav.