• Resolved imtino

    (@imtino)


    I am building a custom login page and would like to use JTC-Lite. Is it possible to add it to my custom login form?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author AITpro

    (@aitpro)

    As long as you use the WordPress standard login page functions and hooks then JTC-Lite will work on your custom login page.

    https://codex.www.ads-software.com/Customizing_the_Login_Form#Make_a_Custom_Login_Page

    Make a Custom Login Page
    So far you’ve seen how to customize WordPress’ built-in login page. You can also create your own custom login Page by using the wp_login_form function in one of your WordPress Theme’s Page Templates:

    <?php wp_login_form(); ?>

    • This reply was modified 5 years, 2 months ago by AITpro.
    Thread Starter imtino

    (@imtino)

    I did used <?php wp_login_form(); ?> but JTC-Lite didn’t display.

    Plugin Author AITpro

    (@aitpro)

    If you’d like I can take a look at your custom login page code and see what is needed to get JTC to work with it. Use the contact page email address here > https://www.ait-pro.com/contact/ and send your code/files that you have created so far so I can take a look at it/them.

    Thread Starter imtino

    (@imtino)

    I decided not build the page but go a different route instead. Thank you for your as always. You’re the best.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Login Page with JTC-Lite’ is closed to new replies.