Comments on: How to Customize WordPress Login and Register Page https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/ Fri, 06 Oct 2023 04:09:42 +0000 hourly 1 https://wordpress.org/?v=6.3.2 By: Bilal Ahmad https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/#comment-40163 Fri, 17 Aug 2012 18:06:22 +0000 http://www.techmaish.com/?p=3365#comment-40163 In reply to Libin.

Libin@ Sounds good.

]]>
By: Libin https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/#comment-40153 Fri, 17 Aug 2012 16:32:18 +0000 http://www.techmaish.com/?p=3365#comment-40153 In reply to Libin.

Also the plugin is using WordPress hooks. So it is not at all touching any WordPress core files. Changes only need when WordPress change it hooks. Otherwise the plugin will be stable on WordPress upgrades.

So you don’t need to worry about WordPress upgrades.

]]>
By: Libin https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/#comment-40152 Fri, 17 Aug 2012 16:18:09 +0000 http://www.techmaish.com/?p=3365#comment-40152 In reply to Bilal Ahmad.

Definitely, You will not loose any customization. Whenever WordPress makes an upgrade, the plugin author will check for compatibility. If it is not working, the plugin author will make necessary changes to make it working. So the users just need to hit the update button only. Cool, right?

Once you try, you will love this plugin for sure. If you need any support or have a feature request, just drop it here: http://wordpress.org/support/plugin/erident-custom-login-and-dashboard

]]>
By: Bilal Ahmad https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/#comment-40145 Fri, 17 Aug 2012 13:44:57 +0000 http://www.techmaish.com/?p=3365#comment-40145 In reply to Libin.

Libin@ What happens to the customizations, when wordpress upgrade is made. They are lost or carried forward with the new version.

]]>
By: Libin https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/#comment-40115 Fri, 17 Aug 2012 04:12:51 +0000 http://www.techmaish.com/?p=3365#comment-40115 I know this is an old post. But it is not at all recommended to edit core files. Instead of that you can use a plugin.

I had developed a plugin called “Erident Custom Login and Dashboard”. It has a tons of features. You can completely change your WordPress Login Page with some simple clicks. Just try it: http://wordpress.org/extend/plugins/erident-custom-login-and-dashboard/

Anyway its a great post when considering the date of post. 🙂
Best Wishes.

]]>
By: Sisyphus https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/#comment-40074 Thu, 16 Aug 2012 18:24:29 +0000 http://www.techmaish.com/?p=3365#comment-40074 This is not the right way to change core wordpress file. What will happen, if I want to upgrade wordpress version?

WordPress is great because you can filter there core functions without effecting the core files. Look how easy to change the Header URL of login page. Just add this function into your theme function file.

add_filter( ‘login_headerurl’, ‘change_login_headerurl’);
function change_login_headerurl(){
return home_url(‘/’);
}

]]>
By: Abhishek https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/#comment-35885 Thu, 21 Jun 2012 14:43:31 +0000 http://www.techmaish.com/?p=3365#comment-35885 Nice trick. Thanks

]]>
By: sai krishna https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/#comment-30326 Wed, 04 Apr 2012 05:48:22 +0000 http://www.techmaish.com/?p=3365#comment-30326 In reply to bbrian017.

Glad to see you here brian 🙂 unique login logo is always good for branding ..

]]>
By: Vince https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/#comment-18220 Sun, 06 Feb 2011 09:43:22 +0000 http://www.techmaish.com/?p=3365#comment-18220 Thanks Bilal for this tutorial. It’s really nice to have a customized login page rather than the WP default look. Will definitely give it a try and will have to update my backup procedure to include these instructions in case of WP upgrade.
If someone also knows of a clean plugin to achieve the same that would save to lose the customisation in case of WP upgrade.

]]>
By: Oren https://www.techmaish.com/how-to-customize-wordpress-login-and-register-page/#comment-17340 Thu, 13 Jan 2011 12:42:50 +0000 http://www.techmaish.com/?p=3365#comment-17340 hi.
how can i change the text in the login page ?
thanks

]]>