You can redirect newly registered users to a simple thank you page, a blog section or any specific on your WordPress site with a simple code snippet without any plugin. This article gives you a step by step guide on redirecting your newly registered users to the WordPress blog section.
To redirect new users to a designated page, follow these steps:
Access the functions.php file for the Theme.Click on Edit and add this code snippet at the bottom:
function redirect_to_blog(){ return home_url( '/blog/' ); } add_filter( 'registration_redirect', 'redirect_to_blog' );
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.
Subscribe to receive weekly cutting edge tips, strategies, and news you need to grow your web business.
No charge. Unsubscribe anytime.
Did you find this article helpful? Then you'll love our support. Experience the A2 Hosting difference today and get a pre-secured, pre-optimized website. Check out our web hosting plans today.
Usamos cookies para personalizar o site para você e para analisar o uso do nosso site. Você demonstra que concorda com isso ao clicar em "Eu concordo" ou ao continuar usando este site. Mais informações sobre cookies podem ser encontradas em nossa Política de privacidade.