• Resolved Longbow

    (@faithfl)


    Where can I change the link on my icon?
    Need a field in your form.

    I use the plugin to customize user experience. I sure don’t want to send them off to www.ads-software.com.

    Thank you,
    -e

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Longbow

    (@faithfl)

    You call this “Logo” in Custom Login Settings.

    Thank you,
    -e

    Plugin Author Webtronic

    (@2cloud)

    Hi Longbow,

    Apologizes i missed your thread – the plugin does not allow you change the link on the logo / icon at the moment. I will add it in for next update.

    However as a work around you can add something like this to your theme functions.php file

    function change_login_url() {  return home_url(); }
    add_filter( 'login_headerurl', 'change_login_url' );
    

    2Cloud

    • This reply was modified 6 years, 6 months ago by Webtronic.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icon links to https://www.ads-software.com’ is closed to new replies.