I need to add some static text in the wordpress login page. How I can do that? I have been searching for long time, but all the tutorials only tell how to overcome the default CSS, but there is no way to change the page layout.
Any hint will be highly appriciated. Thanks.
I need to add some static text in the wordpress login page. How I
Share
Yes, It is possible!
You don’t need to modify core file .You could add this to your theme’s functions.php file.
CODE
This message would be shown on both login and registration sceen.
More Info about customizing you login screen