Title: Icon links to https://wordpress.org
Last modified: March 23, 2018

---

# Icon links to https://wordpress.org

 *  Resolved [Longbow](https://wordpress.org/support/users/faithfl/)
 * (@faithfl)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/icon-links-to-https-wordpress-org/)
 * 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 wordpress.org.
 * Thank you,
    -e

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

 *  Thread Starter [Longbow](https://wordpress.org/support/users/faithfl/)
 * (@faithfl)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/icon-links-to-https-wordpress-org/#post-10107850)
 * You call this “Logo” in Custom Login Settings.
 * Thank you,
    -e
 *  Plugin Author [Webtronic](https://wordpress.org/support/users/2cloud/)
 * (@2cloud)
 * [8 years ago](https://wordpress.org/support/topic/icon-links-to-https-wordpress-org/#post-10353843)
 * 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 8 years ago by [Webtronic](https://wordpress.org/support/users/2cloud/).

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

The topic ‘Icon links to https://wordpress.org’ is closed to new replies.

 * ![](https://ps.w.org/wp-custom-login-branding/assets/icon-256x256.png?rev=1824170)
 * [WP Custom Login Branding](https://wordpress.org/plugins/wp-custom-login-branding/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-custom-login-branding/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-custom-login-branding/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-custom-login-branding/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-custom-login-branding/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-custom-login-branding/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Webtronic](https://wordpress.org/support/users/2cloud/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/icon-links-to-https-wordpress-org/#post-10353843)
 * Status: resolved