Around 90 % of WordPress bloggers do not change the Default WordPress Login page logo. But If you want to give a Professional Look to you WordPress blog then I would recommended all of you to add your website logo into WordPress Login page.
So Today I am going to share a small tutorial by which you can easily Customize WordPress Login page Without installing any so called Plugin. You just need to have a Image(Logo of your website) and have to add a simple PHP code in Functions.php.
Make sure your Image should be a PNG and its size should be “375 x 70px“.
Steps For Customizing WordPress Login URL Without Plugin:
- Go to Dashboard => Appearance =>
- Click on Editor => Functions.php
- Copy the following snippet into your Functions.php file
function my_custom_login_logo() { echo ' '; } add_action('login_head', 'my_custom_login_logo');
If you’ve added the above snippet then you will have a New WordPress Login Screen 🙂
If you are facing and problem then you can install Plugins Like Login Logo or Erident Custom Login and Dashboard by which you can Customise WordPress Login page. If You Like This Tutorial Then Please Leave Your Valuable Comments !! Cheers !!
He is the guy behind WPSEOTricks and has been working in the Digital Marketing field for the past seven years. He lives in New Delhi, India and loves to educate the masses on WordPress, SEO & Affiliate Marketing. You can hire him for blog consultancy or web development services.
I did it by changing php codes with much hassle. Never knew there was a plugin for this task as well. WordPress surprises me every day. Such a vast library of plugins and support dashboards.
manual configuration should always be avoided. I am using YITH Custom Login plugin which has totally customized my log in page at lodse.com
It is nice to know the trick to change the WP logo. I have a blog and did not change the logo. I am really thankful for this help. Thank a lot again.