If you have a mobile ready logo, (that is one that’s approximately less than 300px wide) you can just edit the header.php
file and replace:
1 2 3 |
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">< ? php bloginfo( 'name' ); ?></a></h1> |
With:
1 2 3 |
<img src="<?php echo esc_url( home_url( '/wp-content/uploads/2015/12/your-logo.png' ) ); ?>"> |