Title: Logo Link
Last modified: August 10, 2017

---

# Logo Link

 *  [SWJ](https://wordpress.org/support/users/swj/)
 * (@swj)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/logo-link-13/)
 * Hi
 * I am just looking to find out how you change the logo to link to another URL 
   please??
 * Can’t find it in the code anywhere.
 * Thanks
    Simon
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogo-link-13%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/logo-link-13/#post-9397399)
 * First, make sure you have created a Child Theme! Once you have your Child Theme
   in place, open `structure/header.php` file and navigate to line number 43 which
   says:
 * `echo '<h1 class="site-title"><a href="' . esc_url( home_url( '/' ) ) . '" title
   ="' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '" rel="home">' . get_bloginfo('
   name' ) . '</a></h1>';`
 * and change this to something like:
 * `echo '<h1 class="site-title"><a href="http://gotomysite.com" title="mysite" 
   rel="home">mysite.com</a></h1>';`
 * Change all instances of `mysite` with what you have.
 * Let me know if this helps.
    -  This reply was modified 8 years, 9 months ago by [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/).
 *  Thread Starter [SWJ](https://wordpress.org/support/users/swj/)
 * (@swj)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/logo-link-13/#post-9397424)
 * Thanks for getting back to me but there is no code listed above.
 * In my header.php file I have the following:
 * <body <?php body_class(); ?>>
 *  <?php do_action( ‘shop_isle_before_header’ ); ?>
 *  <!– Preloader –>
    <?php
 *  global $wp_customize;
 *  /* Preloader */
    if(is_front_page() && !isset( $wp_customize ) && get_option(‘
   show_on_front’ ) != ‘page’ ):
 *  $shop_isle_disable_preloader = get_theme_mod(‘shop_isle_disable_preloader’);
 *  if( isset($shop_isle_disable_preloader) && ($shop_isle_disable_preloader != 
   1) ):
 *  echo ‘<div class=”page-loader”>’;
    echo ‘<div class=”loader”>’.__(‘Loading…’,’
   shop-isle’).'</div>’; echo ‘</div>’;
 *  endif;
 *  endif;
 *  ?>
 *  <?php do_action( ‘shop_isle_header’ ); ?>
 *  <?php do_action( ‘shop_isle_after_header’ ); ?>
 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/logo-link-13/#post-9397471)
 * Hi, unfortunately you are looking at the wrong file. This file I mentioned is
   here:
    wp-content/themes/shop-isle/structure/header.php
 * Again, do not make changes to this original file. Updating the theme will erase
   all your changes. Create a child theme first and then make your changes to make
   sure they stay intact.
 *  Thread Starter [SWJ](https://wordpress.org/support/users/swj/)
 * (@swj)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/logo-link-13/#post-9397495)
 * Hi, I don’t have a directory called ‘structure’….
 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/logo-link-13/#post-9397558)
 * Oops! Sorry. The exact path to the mentioned file is:
    wp-content/themes/shop-
   isle/inc/structure/header.php
 * Here is a screenshot: [https://prnt.sc/g6qh0t](https://prnt.sc/g6qh0t)
    -  This reply was modified 8 years, 9 months ago by [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/).
 *  Thread Starter [SWJ](https://wordpress.org/support/users/swj/)
 * (@swj)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/logo-link-13/#post-9399850)
 * Hi, thanks again but the change has done nothing though!
 * 🙁

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Logo Link’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/shop-isle/1.1.62/screenshot.png)
 * Shop Isle
 * [Support Threads](https://wordpress.org/support/theme/shop-isle/)
 * [Active Topics](https://wordpress.org/support/theme/shop-isle/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/shop-isle/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/shop-isle/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [SWJ](https://wordpress.org/support/users/swj/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/logo-link-13/#post-9399850)
 * Status: not resolved