If you want to the users redirect after successful register to specific page in WordPress without using any plugin.
Then this is the post that you want.
We have embedded custom function that will help you to redirect user after Sign Up or Registration on the page you want.
Just follow the below guides:
Redirect a Successful Registration to Specific Page
What you need to do is just copy the below code and paste it into your WordPress theme’s functions.php file.
Code for Redirect after Registration
After that:
Change the value from page-url
to the page you want to redirect on.
Example: I want my users to redirect on Blog page, So what I would do is just change page-url
to blog
. because it’s my page slug and then I will save the file.
That’s it.
Hope you successfully redirect all users to specific page.
Let us know your opinion or questions in the comment box.
And don’t forget to share this WordPress Redirect After Registration guide.