WP Front End Profile give you the ability to add user profile section to the front end of your WordPress website.
The tab allows user to change their password for the site..
As the front end profile is rendered with tabs you can add your own tabs with your own fields to store user meta data.
Tabs and fields are added through filters and all the saving of the data is taken care of for you..
Upload the folder to the wp-content plugins directory.
Activate the plugin through 'Plugins WordPress.
How do I add my own tab to the profile output..
Note here the priority of 30 which means after the Profile and the Password tab ...
The ID is the id of tab as declared when adding the tab.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more