Custom Login Page Without Any Plugins
-
Custom Login Page Without Any Plugins
This is very simple tricks…
You Have Just Basic Knowledge Of Editing CSS In WordPress.Custom Login Screen Basic Needs
Themes Header, Footer, & style.css1. Copy all files and folders from theme folder to wordpress folder, if it asks replace files, choose skip replace file.
2. Open wp-login.php
3. Copy this code <?php get_header(); ?>
and paste before this line ” <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> “4. Copy this code <?php get_footer(); ?>
and paste at the end.5. Copy all code from style.css
and paste at the end of login.css (Path : /wp-admin/css/login.css)Custom Login Page Without Any Plugins
This is very simple tricks…
You Have Just Basic Knowledge Of Editing CSS In WordPress.Custom Login Screen Basic Needs
Themes Header, Footer, & style.css1. Copy all files and folders from theme folder to wordpress folder, if it asks replace files, choose skip replace file.
2. Open wp-login.php
3. Copy this code <?php get_header(); ?>
and paste before this line ” <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> “4. Copy this code <?php get_footer(); ?>
and paste at the end.5. Copy all code from style.css
and paste at the end of login.css (Path : /wp-admin/css/login.css)6. You need some changes in default code of login.css or you can delete whole default code.
Try It…. Its Simple & Works 100%.
Try It…. Its Simple & Works 100%.
- The topic ‘Custom Login Page Without Any Plugins’ is closed to new replies.