Dealing with edit-profile
Hi,
I have added some fields in the registration form. I followed this tutorial:
http://docs.appthemes.com/tutorials/...stration-form/
Once the user is registered, his informations are properly recorded and displayed in the backend. But they don't appear on the frontend, in the edit-profile template page.
The function add_action( 'show_user_profile', 'at_custom_fields_display' ); don't work, and I guess it's because Vantage don't use it as it is.
It's very important to me that my users can edit and update their profiles on the frontend, including the additionnal fields. Any clues ? Thank you !