Title: Logo Link
Last modified: September 1, 2016

---

# Logo Link

 *  Resolved [amykoverton](https://wordpress.org/support/users/amykoverton/)
 * (@amykoverton)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/)
 * Hello,
 * Thank you so much for your theme- I absolutely love it- it makes the sites look
   so clean! I know this is something I’m doing wrong, but I’m having a problem 
   with my logo not linking back to the homepage. Is there a way or a place to add
   this link?
 * Thank you so much for your help and support!
 * Amy

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671613)
 * Dear Amy,
 * It should have been working like so by default. Did you modify the header.php
   template?
 * Regards,
    Kharis
 *  Thread Starter [amykoverton](https://wordpress.org/support/users/amykoverton/)
 * (@amykoverton)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671712)
 * Thank you for your response Kharis,
    I haven’t not changed the header.php. I 
   did add header and footer plug-in- would this have changed anything?
 * Thank you again!
    Amy
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671810)
 * Dear Amy,
 * Could you please share the link to your site, so I can take a closer look?
 * Regards,
    Kharis
 *  Thread Starter [amykoverton](https://wordpress.org/support/users/amykoverton/)
 * (@amykoverton)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671811)
 * Kharis,
 * Yes thank you so much: my site is YogaSelah.com
    Username is: YogaSelah PW: can
   be found here: [https://onetimesecret.com/secret/79q6e3qegdnujykzm98xgeewxlil6c9](https://onetimesecret.com/secret/79q6e3qegdnujykzm98xgeewxlil6c9)
 * Thank you again for your help!
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671820)
 * Hello there,
 * Thank you for sharing the link to your site. It helped me a lot. I noticed that
   you applied custom jQuery code to manipulate the main menu to show the logo in
   the middle.
 * To link the logo to your homepage, replace this line:
 *     ```
       var middleMenu = $('a[href="#logo"]');
       ```
   
 * with:
 *     ```
       var middleMenu = $('a[href="http://www.yogaselah.com/"]');
       ```
   
 * Regards,
    Kharis
 *  Thread Starter [amykoverton](https://wordpress.org/support/users/amykoverton/)
 * (@amykoverton)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671825)
 * Kharis,
 * Thank you so much for your continued help and support! For some reason when I
   changed the code it moved the logo to the left. It may also be because I want
   the logo contained in the menu (if you look at my menu- you’ll find a custom 
   link with #logo). Could that be causing the issue as well? I can’t really understand
   why as it’s just changing where to logo points to- any other suggestions would
   be greatly appreciated!
 * Thank you so much!
    Amy
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671830)
 * Dear Amy,
 * I missed a thing. Sorry.
 * You also need to edit your menu item where the logo is being displayed. Go to
   Appearance > Menus > edit the menu item for logo > in the URL field, enter [http://www.yogaselah.com/](http://www.yogaselah.com/)
 * Regards,
    Kharis
 *  Thread Starter [amykoverton](https://wordpress.org/support/users/amykoverton/)
 * (@amykoverton)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671866)
 * Kharis,
 * Thank you! The link works when I change it in the menu, however when I change
   the URL to the link it changed the menu from:
 * [page] [page] [page] [logo] [page] [page] [page]
    to [logo] [page] [page] [page][
   page] [page] [page]
 * is there any way around it changing the menu and keeping the logo as part of 
   the menu: [page] [page] [page] [logo] [page] [page] [page]?
 * Thank you so much for your continued support!!
 * Amy
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671868)
 * Dear Amy,
 * Please try to do the following steps:
 * 1. Go to Settings > Header and Footer Scripts > Scripts in footer:
    2. Add this
   jQuery code before script closing tag `</script>`:
 *     ```
       jQuery(function($) {
         $(window).on('load', function() {
   
           var siteLogoLink = $('a[href="#logo"]');
   
           if( siteLogoLink.length ){
             siteLogoLink.attr('href', 'http://www.yogaselah.com/');
           }  
   
         });
       });
       ```
   
 * 3. Save settings
 * You would clear your web browser’s cache before reloading your site to see the
   code takes affect.
 * Let me know how it goes. I’ll wait to hear back from you regarding your stats.
 * Regards,
    Kharis
 *  Thread Starter [amykoverton](https://wordpress.org/support/users/amykoverton/)
 * (@amykoverton)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671872)
 * Kharis,
 * You are seriously the BEST! Thank you so much for your patience and walking me
   though this process. I feel that the site is absolutely perfect now!
 * Thank you!!!!
 * Amy

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.68/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

## Tags

 * [link](https://wordpress.org/support/topic-tag/link/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 10 replies
 * 2 participants
 * Last reply from: [amykoverton](https://wordpress.org/support/users/amykoverton/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/logo-link-11/#post-7671872)
 * Status: resolved