Do you have a wordpres blog? If yes then you might have known customizing your wordpress blog according to your necessity is very important to make your blog look professional. Here is a way to customize your wordpress blog and change the wordpress logo , link from the login and register page of your wordpress blog.
Here is an example for you to show how I customized my wordpresss login page and changed the wordpress logo and link to my own logo and link.
So I experimented the customization in one of my website oscience.info and changed the normal wordpress login page to the page which looks as follows:

So here is how you can change the logo and link from your login and register page:
You need to do this customization in two parts first is code editing and second is logo editing.
For code editing:
First of all login to your FTP server and open the home folder where your wordpress blog is installed.
Now look for the “wp-login.php” page there and open it with any code editor text editor.
Now search for the phrase in the code.
And below the phrase you will find code something like this:
<?php if ( !is_multisite() ) { ?>
<div id="login"><h1><a href="<?php echo apply_filters('login_headerurl', 'http://wordpress.org/'); ?>" title="<?php echo apply_filters('login_headertitle', __('Powered by WordPress')); ?>"><?php bloginfo('name'); ?></a></h1> ……………………
So all you have to do now to change and link to wordpress in login/register page is change above code as following:
http://yourwebsitelink.com/
<?php if ( !is_multisite() ) { ?>
<div id="login"><h1><a href="<?php echo apply_filters('login_headerurl', ''); ?>" title="<?php echo apply_filters('login_headertitle', __('Your website slogan here.)); ?>"><?php bloginfo('name'); ?></a></h1>
And after you have edited the code now comes the second part of editing the logo.
All you have to do to edit your logo is go to the home folder of your wordpress and then go to the folder wp-admin/images and you will find an image named “logo-login.gif” there. Edit this image without changing it’s name and save the image.
So now you are done. Just go to the login page of your blog and you will find your new customized logo and link.
Popular Searches:
- change the wordpress login link
- wordpress login logo link
- change wordpress login logo link
- login_headertitle
- wordpress change logo link
- wordpress change login link
- change wordpress logo
- remove wordpress logo
- wordpress change login logo link
- how to change wordpress logo
- how to remove wordpress logo
- wordpress change logo
- remove wordpress logo from login
- wordpress logo link
- wordpress login page logo link
- wordpress logo
- change wordpress login link
- how to change wordpress login logo link
- wordpress login link
- wordpress login_headertitle
- wordpress remove login logo
- wordpress login logo url
- wordpress without logo
- remove wordpress login page
- remove wordpress logo login
- remove wordpress logo login page
- change admin logo image title wordpress
- change wordpress link on login
- change wordpress login logo url
- change wordpress logo link

2 Comments
this can be useful for multi-author blog but for blog with single author it is not that useful
thank you som much
it’s work like a charm!