Custom Admin Login Header Logo


/ Published in: PHP
Save to your folder(s)

When a client wants to access the WordPress admin, the first thing they will notice is the login page with a WordPress logo. Wouldn’t it be better if this page had the logo of your client’s company or maybe yours? There are many simpler ways to do this using plugins that allow other customization options too. But I personally prefer setting this using the powerful WordPress functions.php file.
If you have a functions.php in your custom theme, open it and if not, create a file named funtions.php and place it inside the theme folder.
Add below lines in the functions.php file:

URL: http://wp.tutsplus.com/tutorials/customizing-wordpress-for-your-clients/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.