Change WordPress logo

Now it’s time to change wordpress logo.
Change WordPress logo from Login screen

1. Go to your wp-content/themes/(your theme)/functions.php

2. Now add this code to your functions.php file

function my_custom_login_logo() {
echo '';
}

add_action(‘login_head’, ‘my_custom_login_logo’);

3. Make A new logo named “custom-login-logo.gif”(Make sure that your logo is in .GIF format) which you want to replace with the WordPress logo and upload it to your wp-content/themes/(your theme)/images/

4. Done! 

Change the WordPress logo from dashboard

1. Make A new logo for the Dashboard named “wp-logo.gif”(Make sure that your logo is in .GIF format). Its width should me 30px and height 31px.

2. Upload your logo to wp-content/themes/(your theme)/images

3. Now add this code to your ‘functions.php’ file, located in wp-content/themes/(your theme)/

add_action('admin_head', 'agentwp_dashboard_logo');
function agentwp_dashboard_logo() {
echo;
}

4. Done!


Article by

Isha has written 200 awesome articles.

If you like This post, you can follow Cyber World on Twitter. Subscribe to Cyber World feed via RSS or EMAIL to receive instant updates.

Google Profile | Facebook

Write for us a Guest Post!
Google

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CommentLuv badge