When user login to Worpdress by default WP will redirect him to wp-admin page, which is ok by default but can't be changed anywhere in WP options.
Solution is actually easy. Just create login link with redirect_to GET parameter like this:
http://your_wp_site/wp-login.php?redirect_to=page_you_want_to_redirect_user
So if you for example want to redirect user to home page after login you should create link with this target:
http://your_wp_site/wp-login.php?redirect_to=index.php
Recent comments
3 days 7 hours ago
1 week 2 days ago
3 weeks 1 day ago
15 weeks 3 days ago
15 weeks 3 days ago
15 weeks 3 days ago
15 weeks 3 days ago
16 weeks 6 hours ago
18 weeks 23 hours ago
18 weeks 5 days ago