Each time I register I end up in the wp-login page (back-end):
Is there any way of redirecting the users who register to a page template (front-end)?
Each time I register I end up in the wp-login page (back-end):
Is there any way of redirecting the users who register to a page template (front-end)?
You must be logged in to post a comment.
You can use the filter
registration_redirect
to pass back your own URL, for example;Drop it in your
functions.php
or a plugin 🙂This is what i use
If like me, you use a plugin like ProfilePress to power/create your WordPress registration form, the following code will automatically log in and redirect registered users to a welcome page.
Note: I use the free plugin (https://wordpress.org/support/plugin/ppress) version and the above code work both in free and the PRO version.
I have developed a plugin for this issue. Also given below is the raw code for a redirect without any plugin.
If you feel comfortable working with plugin or without code? You can download and install my plugin “WP WooCommerce Redirect“