• Resolved Tears For Someone

    (@tearsforsomeone)


    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.css

    1. 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”&gt; “

    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.css

    1. 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”&gt; “

    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%.

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter Tears For Someone

    (@tearsforsomeone)

    @ Rev. Voodoo : because login page easily gets themes look.

    Thread Starter Tears For Someone

    (@tearsforsomeone)

    @ Rev. Voodoo : you tried it?

    esmi

    (@esmi)

    you have to spend only 20 seconds to change this code… because it works…

    Or doesn’t if you make even the tiniest mistake. Many WordPress users don’t understand PHP, cannot use FTP and cannot upgrade a plugin or a theme manually. Yet you’re suggesting that they edit core scripts? Will you be around to help them – for free – when their entire site falls over?

    because login page easily gets themes look

    Uh? Isn’t that an argument for using the via-the theme approach?

    Thread Starter Tears For Someone

    (@tearsforsomeone)

    @ esmi : how come site falls over??

    Thread Starter Tears For Someone

    (@tearsforsomeone)

    @ esmi : Just check this

    https://quirm.net/wp-login.php

    your login page, it looks like dirty, when any visitor access this page…. ??

    esmi

    (@esmi)

    No – it looks like a WordPress login page, thank you. And since that site does not allow anyone to subscribe as a user, it’s hardly relevant. I am more than capable of theming a login page the correct way (via the theme) – if that is needed. You apparently are not.

    jolamar

    (@jolamar)

    Let’s be nice to each other. We all use WordPress because it’s simple. No need to complicate things. ??

    SpeckyBoy to the rescue! https://speckyboy.com/2012/02/19/how-to-build-a-custom-login-page-design-for-wordpress/

    Thread Starter Tears For Someone

    (@tearsforsomeone)

    and also check this https://www.rvoodoo.com/wp-login.php
    may be this page is edited….
    because last line on this page

    BACK TO THE SITE
    and wordpress use ← Back to “Site name”

    esmi

    (@esmi)

    Since you now seem intent on making this personal, I think the discussion is now finished.

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Custom Login Page Without Any Plugins’ is closed to new replies.