Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 3, 2015 at 11:27 pm #546742 endanightParticipant I have download the wp-members plugins but after log in redirect here: http://members.mysite.com/cgi-bin/members Do you now how can I do to redirect to one of my pages? Thanks Est December 4, 2015 at 4:17 pm #547073 YigitKeymaster Hi Est! Please add following code to Functions.php file in Appearance > Editor and adjust as needed add_filter( 'wpmem_login_redirect', 'avia_login_redirect', 10, 2 ); function avia_login_redirect( $redirect_to, $user_id ) { return 'http://kriesi.at'; } Best regards, Yigit Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In