Wordpress & PHP Developer India

  • Home
  • WordPress Freelancer India
  • Contact Me
  • PHP Freelancer
  • Hire Me
    • Hire Magento Developer,Magento Freelancer India
    • WordPress Development
    • Hire Joomla Developer, Joomla Freelancer India
  • WordPress Plugins
    • IGIT Related Posts With Thumb Image After Posts
    • IGIT Related Posts Widget
    • IGIT Posts Slider Widget
    • IGIT Follow Me After Post Button
    • IGIT New Twitter Tweet Share Button
  • Home
  • WordPress Freelancer India
  • Contact Me
  • PHP Freelancer
  • Hire Me
    • Hire Magento Developer,Magento Freelancer India
    • WordPress Development
    • Hire Joomla Developer, Joomla Freelancer India
  • WordPress Plugins
    • IGIT Related Posts With Thumb Image After Posts
    • IGIT Related Posts Widget
    • IGIT Posts Slider Widget
    • IGIT Follow Me After Post Button
    • IGIT New Twitter Tweet Share Button

How to Change Admin Login Logo Image In WordPress

Ankur Gandhi • June 21, 2012 • Leave a comment

Hi Friends, In this article I am going to explain you that How we can change admin login screen logo image in WordPress. May be you can get many plugins to change admin login screen but I always prefer doing code instead of using plugins for everything, and it is really very easy code to change admin logo of admin login screen.

WordPress providing many action hooks to change functionality of WordPress without changing core files So here we will use action hook ‘login_head’ by which we can change admin login logo image. Below is function by which we can change admin login logo :

add_action("login_head", "my_login_head");
function my_login_head() {
	echo "
	<style>
	body.login #login h1 a {
		background: url('".get_bloginfo('template_url')."/images/logo-login.gif') no-repeat scroll center top transparent;
		height: 90px;
	}
	</style>
	";
}

So in above code you can see we use ‘login_head’ action hook and then one CSS block to override current login logo image. Upload your login logo image in wp-content/themes/[current_theme]/images/ and then replace image name ‘logo-login.gif’ with your logo image name. Now put this above code in functions.php file of your theme and then check your admin login screen.

Voila!!! You can see your admin login WordPress logo has changed to your login logo.

I hope this post helpful for someone. If you have any question then you can ask me anytime or post it in comment.

Also I am WordPress Developer, Freelance PHP Developer having more than 3 years of experience, So if you want to do any projects then you can contact me.

Hostgator Hosting in 1 Cent Coupon Code – “1CENTHECOUPON” (Without Quotes).

Tagged: Change admin login logo in wordpressChange admin logo WordpressChange wordpress admin login logoWordpress Change admin logo

Post navigation

««Authorize.net – Solution of Error E00007 “User authentication failed due to invalid authentication values.”
Top 8 Best Free Plugins for WordPress»»

Ads

Contact me

If you want to contact me online then
gTalk : anku.gandhi[AT]gmail.com (Replace [AT] by @)
Skype : anku_gandhi
MSN:anku.gandhi[AT]hotmail.com(Replace [AT] by @)
Yahoo : anku_gandhi[AT]yahoo.com (Replace [AT] by @)

Search

Join HackingEthics On Google+

Search

Categories

Services

PHP Wordpress Developer, PHP Wordpress Freelancer, Wordpress Developer,Hire PHP Programmer India,PHP Freelancer India, PHP Developer Ahmedabad,Hire Dedicated Programmer India, Hire PHP Professional, Hire PHP Professional India,php freelance developer, Hire PHP Developer India,PHP Freelancer, PHP Freelancer India, Wordpress Developer, Wordpress Freelancer, Wordpress Freelancer India

Tags

25% off Hostgator add post formats to theme Add post formats to wordpress Best SEO plugins Best SEO plugins for Wordpress Black Friday Hosting Sale BullGuard Best Internet Security Category Slug by Category ID Change position of close button colorbox colorbox change close button position Disable all submit buttons Disable all submit buttons of all forms Disable Submit button by jQuery Disable Submit Button With jQuery Dreamhost Coupon Code Error E00007 "User authentication failed due to invalid authentication values." Authorize.net Error E00007 Authorize.net Exclude post format Get Category Slug By Category ID in Wordpress Get images from wordpress post Hostgator 25% discount Hostgator 25% off Hostgator 50% discount on Blackfriday Hostgator Black friday coupon Code Hostgator Black Friday Sale Hostgator Black Friday Sale 2011 hostgator coupon code IGIT related version 3.9.7 Include Post formats jQuery Disable Submit Button move close button top right colorbox Must have SEO Plugins For Wordpress Post formats wordpress Remove Image from Wordpress Content show posts by particular post formats Solution of Error E00007 Authorize.net Twitter window.onbeforeunload Wordpress Wordpress 3.1 admin bar remove Wordpress 3.2 Beta 1 Wordpress Get Category Slug By Category Id Wordpress Post Formats Wordpress Related Posts Wordpress SEO plugins

Subscribe

Enter your email address:

Powered by WordPress. Theme by moyu