• Hello,

    1. I have created a page from wp-admin and named it login.
    2. In the content area I wish to call the function wp_login_form(), so that when I clicked on the Login menu I can get the login form.

    I do not want to do it with the core php coding. Please help to find out the solution.

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aklahiri

    (@aklahiri)

    Hi esmi,

    Thanks for the help. I have already checked it. But my queries something like below.

    Case 1
    1. Under wp-admin, Add Pages.
    2. I add a new page and in the content area I wrote
    <?php echo wp_login_form(); ?>
    This is not working. Please explain what to do if I like to make it a success.

    Case 2
    1. Under wp-admin, Appearance –> Widgets.
    2. I like to call it as a widget and show it in the sidebar.
    3. What am I need to do?

    I appreciate the advice and suggestions.

    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_login_form() Embed in the page from backend’ is closed to new replies.