Is it possible to redirect registered users to the new topic page and unregistered users to the log in page using the same link? SupportSupportIs it possible to redirect registered users to the new topic page and unregistered users to the log in page using the same link?Replies1Voices2FreshnessMarch 17, 2021Followers0January 13, 2021 at 7:08 amMalhar BangdiwalaSomething like an if-condition perhaps?
March 17, 2021 at 5:34 pmHi Malhar, This would require a little bit of customization. You will need to implement a WordPress action to check the page and then determine if the user is logged in or not. If not, you would redirect them using wp_redirect. Hope this helps, Matt
Hi Malhar,
This would require a little bit of customization. You will need to implement a WordPress action to check the page and then determine if the user is logged in or not. If not, you would redirect them using wp_redirect.
Hope this helps,
Matt