• How can I display the wordpress “register” and “forgot pasword” forms inside a page?
    I need something similar to the login solution “<?php wp_login_form(); ?>”
    But using the registration and forgot pasword forms.
    PLEASE!!!!

Viewing 1 replies (of 1 total)
  • Hey @omarfuentes,

    To my knowledge there are no core functions for these, but you could create your own to display these via [shortcode] (or perhaps a plugin exists that already does this). The code for both should be in wp-login.php.

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Display the wordpress “register” and “forgot pasword” forms inside a page’ is closed to new replies.