How can I edit a user profile in the front end with a form?
first name, last name, username, email address and password
Leave a Reply
You must be logged in to post a comment.
How can I edit a user profile in the front end with a form?
first name, last name, username, email address and password
You must be logged in to post a comment.
You can do that by copy your theme’s page.php to a new file named something like user-profile.php and add to the very top of it this code:
then replace the loop of that page with this one:
and all that is left for you to do is create a new page and select the “user profile” as the page template.
now if all of this is too much you can use some plugins that do the hard work for you like: