Hello, if someone is on a post on my membership site, and they login to see the full content, they are redirected to my homepage, wich is annoying. but i want them to stay in the post, not to return to my homepage what should i do? thank you.
Hi, You should change your login option link so that it uses the amember_redirect_url option e.g.: Code: http://www.yourdomain.com/amember/login.php?amember_redirect_url=[COLOR="red"]/path/to/the/post[/COLOR] To get /path/to/the/post dynamically in wordpress, you can use something like: Code: http://www.yourdomain.com/amember/login.php?amember_redirect_url=<?php echo $_SERVER['REQUEST_URI']; ?>