Do you think it's possible to edit the author profile outside the admin panel? (/wp-admin)...
Instead of being redirected to the panel... users/authors are redirected to editprofile.php or some other /folder.
This is brain-racking for me since I have little or no background in programming.
But so far, so good, I was able modify wp-register.php (register.php) to include the ff. (required and optional fields): description, yim, first name and last name. It works well, of course. I can see the data submitted on the panel. But what I want to achieve here is for the profile to be EDITED OUTSIDE THE PANEL. How is it possible?