Okay
  Public Ticket #901436
change user login url
Closed

Comments

  •  2
    andy_halim started the conversation

    hi, how can i change the user login url from "login.php" to "wp-login.php" Thanks..

  •  2,005
    Ocean replied

    Hi,

    Open file theme/insuranceheader.php then find l'ogin-switch' and change

    <?php echo esc_url( home_url('/') ); ?>login/ 

    to

    <?php echo esc_url( home_url('/') ); ?>wp-admin/