Custom word press login

Saturday, March 2, 2013








Here is the word press login page customization tutorial ,

Look's difficult but pretty easy


Just follow these steps and your reciepe is ready

-> go to admin dashboard and open editor from apperance bar



--> Select Theme function or function.php from right bar
          --> Paste this peice of code
 

                 
function custom_loginlogo() {
echo '<style type="text/css">
h1 a {background-image: url(url) !important; }
</style>';
}
add_action('login_head', 'custom_loginlogo');


Attention  be careful and don't make any mistake..! 
Simple and easy ...



No comments:

Post a Comment

 

Most Reading