user image

Great Coder
Published in : 2022-02-10

A custom WordPress Login page and URL

Wordpress

The WordPress default login page found under the URL /wp-admin has the same design in almost every theme like the following first photo. I want to make a custom design for it like the second photo. I want to code it myself not using a page builder. What is the theme files responsible for it? And for the sake of safety, is there a way to change its URL from /wp-admin to a custom one?

Comments

Mohamed Atef Date : 2022-02-10

Best answers

51

Best answers

51

I believe that you can do it using custom coding in wp-login.php but be careful that with the first update everything will be deleted if you did this so you can use some hooks or plugins like Login cusotmizer

Great Coder Date : 2022-02-10

Best answers

1

Best answers

1

Thanks for the plugin link man. You're the best! This forum is sooo helpful! Amazing people here!

Leave a comment

Join us

Join our community and get the chance to solve your code issues & share your opinion with us

Sign up Now

Related posts

Cpanel to Webmin migration 503 error
Publish date: 2021-08-12 | Comments: 4

Tag: Wordpress

A Site Kit WordPress plugin bug.
Publish date: 2022-02-10 | Comments: 2

Tag: Wordpress

Wordpress update button returns 404 [SOLVED]
Publish date: 2021-06-26 | Comments: 2

Tag: Wordpress

Issue with generating Thumbnails for PDF file format.
Publish date: 2022-02-26 | Comments: 1

Tag: Wordpress

Will Google Dorking save my secure WordPress website running on HTTPS?
Publish date: 2022-02-26 | Comments: 1

Tag: Wordpress

Add custom fields in user profile and display in Dashboard
Publish date: 2021-07-27 | Comments: 6

Tag: Wordpress

What is the best reference to the most used WordPress functions?
Publish date: 2022-02-09 | Comments: 2

Tag: Wordpress