Is it possible to redirect registered users to the new topic page and unregistered users to the log in page using the same link?

Replies
1
Voices
2
Freshness
Followers

0

Something like an if-condition perhaps?

  • 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