On the WordPress Login page, there is a link for visitors to register. I would like to remove this link but still allow people whom I invite and other trusted individuals to register. How do I remove the 'Register' link from wp-login.php? I'd rather not use a plugin, if possible. I'm using Thesis theme, so if anyone can tell me what code to insert in custom-functions file, that's be ideal. Any help will be much appreciated.
This link will help you. https://wordpress.org/support/topic/hide-register-link-on-sidebarloginphp HTML:
Removing the option from the admin panel means no one can register. I still want to allow some people to register (e.g., I can give them the link to /wp-login.php?action=register)... I just don't want random visitors who land on the Login page to see the 'Register' link.