Viewing 1 replies (of 1 total)
  • Plugin Contributor Neelkanth Kaushik

    (@myselfneelkanth)

    Hi,

    Using WP Custom Register Login is very simple.
    After installing and activating the plugin following the below

    => Steps for creating a login or register page.

    1. Create a page from admin dashboard.
    2. Then add the following shortcodes
    [wpcrl_login_form] or [wpcrl_register_form]
    3. Publish/Update the page.

    => Steps for using in theme files:

    1. Use the shortcode using do_shortcode() wherever you want to show your login or registration form.

    For example : <?php echo do_shortcode(“[wpcrl_login_form]”); ?>

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘How to integrate this plugin to my website.’ is closed to new replies.