Okay
  Public Ticket #2768078
Linking header logo to another site
Closed

Comments

  •  7
    Mike Marshfield started the conversation

    Hi

    I would like to change the logo url link to a different site rather than the homepage. Is this possible?

    Thanks, Mike

  •  1,642
    Judith replied

    Hi Mike Marshfield,

    The logo will always link to the home page by default – if you wish to change that to be a custom link you’ll need to edit this section:

    in the header.php file:

    <a id="logo" href="<?php echo home_url(); ?>"> </a>

    Cheers!

  •  7
    Mike Marshfield replied

    Thanks. Could you be more specific where i should put my new url in the code. Between the brackets?

  •  1,642
    Judith replied

    Hi Mike Marshfield,

    Please input where I have written input url here:

    <a id="logo" href="input url here"> </a>

    Thanks.

  •  8,402
    Tahir replied

    Hey Again,

    Please have a look at this Article :Change logo url link via JS code Globally.

    Thanks


    ThemeNectar Support Team 

  •  7
    Mike Marshfield replied

    Lovely - worked a treat, thanks