June 13, 201214 yr Hey, Working on a site that has some restricted content that will be available to registered users only. As it is now, when a user logs in they go to their profile page by default...how do I redirect them to a specific url? I am using the Members plugin to set up the roles and user and restrict content. My link Originally I had been using this plugin to redirect after login - My link- but it seems very buggy and I had to do a whole reinstall to delete the plugin settings even after the plugin was deleted. Can anyone suggest a method/plugin for doing this? Cheers Edited June 13, 201214 yr by cooper82
June 14, 201214 yr Author I can see this code in Firebug: <input id="wp-submit" class="button-primary" type="submit" tabindex="100" value="Log In" name="wp-submit"> <input type="hidden" value="http://www.mysite.com/wp-admin/" name="redirect_to"> <input type="hidden" value="1" name="testcookie"> Is this code that I can get to and edit? So that I could edit the url in "value"?
Create an account or sign in to comment