Skip to content

Instantly share code, notes, and snippets.

View ChAsadUrRehman's full-sized avatar
🏠
Working from home

Ch Asad Ur Rehman ChAsadUrRehman

🏠
Working from home
View GitHub Profile
@ChAsadUrRehman
ChAsadUrRehman / header.php
Last active September 10, 2018 16:59
Find this code in header.php file
<div class="logo_container">
<span class="logo_helper"></span>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
<img src="<?php echo esc_attr( $logo ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>" id="logo" data-height-percentage="<?php echo esc_attr( et_get_option( 'logo_height', '54' ) ); ?>" />
</a>
</div>
from above block of code rplace
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">