Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #551880

    Hi there,

    I found a closed post about this topic and I added the code provided to my child theme functions.php but unfortunately, I cannot see any change
    I want the logo to link to http://www.gentlemansgazette.com right now it links to http://www.gentlemansgazette.com/club . The latter is the page in question.

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        $link = "http://www.gentlemansgazette.com";
        return $link;
    }
    #552336

    Hi gentlemansgazette!

    Do you mind creating a temporary admin login and posting it here privately?
    Code should have worked just fine :)

    Regards,
    Yigit

    #552567

    It seems to have worked now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Site Logo URL’ is closed to new replies.