Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1077366
    undici
    Participant

    White label 1.1.0 – Correct Link on Logo

    updated to

    White label 1.2.0 – Link on Logo Goes to WordPress.org?

    How can I change this back to the actual site link that the extension is installed on?

    Thanks!

    #1077613
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! This must be a bug in the latest release. For the meantime, to change back to the actual site link, please insert this following code in your child theme’s functions.php file.

    // WP Login logo link
    // =============================================================================
    function custom_login_custom_link() {
        return esc_url( home_url() );
    }
    add_filter('login_headerurl','custom_login_custom_link');
    // =============================================================================

    Hope this helps. Kindly let us know.

    #1078420
    undici
    Participant

    I think I will wait for the fix, so I don’t have to install the child theme and add the code, but thank you for your response.

    Best,
    Mark

    #1078862
    Prasant Rai
    Moderator

    Sure, feel free to ask us again. Have a great day! 🙂

  • <script> jQuery(function($){ $("#no-reply-1077366 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>