How to add a shortcode to redirect new users
To redirect new users to a designated page, follow these steps:- Log in to your WordPress site with an administrator account.
- On the Dashboard in the left sidebar, click Appearance, and then click Editor: ****
- Access the functions.php file for the Theme.Click on Edit and add this code snippet at the bottom:
- The above function is basically going to redirect all the new registered users right after the successful registration to the URL slug /blog/.Save the file.