WordPress: Remove Logo On Login Form | |||||
| Post Date: | Mar 21, 2009 | Posted By: | Admin | Category: | WordPress |
|---|---|---|---|---|---|
Everyone wants to customize their website or tweak things to conform to the way they want it to look. WordPress is a great product, but I think it confuses people when they click the login link and get a page that screams WORDPRESS. Frankly, I'd rather that bit of confusion didn't exists. This issue has always been an objection of mine to the WordPress login page. There was a time when that big 'ol logo linked back to WordPress too. That made things real confusing for site visitors. I'm glad they've atleast change that to link to your WordPress blog instead. So, off to change that ugly thing to something just as ugly perhaps, but less confusing. Unfortunately, we'll need to modify one or two of the WordPress files to get the job done. The first file being: wp-login.php. This will apply to most versions of WordPress, but I'm working today with 2.7.1. We'll need to open the first file in a text editor (or your favorite HTML editor) and search for
If you really want to have the content link back to your blog homepage, go ahead and add your
Downside with all this is every time WordPress is upgraded, you'll have to make these changes all over again. | |||||
