Customizing WordPress login page without plugin
Hi Friends, In this tutorial we will tell you how to customise your wordpress login/register page without any plugin.
There are basically two main methods for this this. You can use any of the below methods to customize your Login Screen.
METHOD 1 - Modifying theme's function.php
This method works with only active theme.
This is the standard way of doing it as we are not touching the wordpress core files.
THe modification is preserved even if we upgrade the wordpress core.
So lets