• Resolved daitarn3

    (@daitarn3)


    hello,

    I need to customize the login.php and register.php page with the php code.
    I wanted to ask – not to lose the changes in case of update – if I have to create a folder within the child theme or there are other ways.

    thank you
    Massimo

Viewing 3 replies - 1 through 3 (of 3 total)
  • Create a php file called page-login.php and page-register.php and add your php in there.

    To get the form to show up either use the normal wp loop with shortcode in the wysiwyg or add <?php echo do_shortcode(‘[SHORTCODEHERE]’);?> to your template.

    Thread Starter daitarn3

    (@daitarn3)

    thanks for writing me
    unfortunately it does not change anything. I need to enter the php code between the “login” button and the writing “forgotten password”.

    Thread Starter daitarn3

    (@daitarn3)

    I solved: you have to create folders and sub-folders like the originals and copy the files inside.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘edit file login.php and register.php’ is closed to new replies.