Info
- 1 post
- 1 voice
- Started 2 years ago by harakiri1
- This topic is not resolved
Register form help me plz
-
- Posted 2 years ago #
Hi,
Can anyone help me how to add a new radio button ( male and female ) in register form and make it display in their profile ? with below code, i can change some text field but i cant create a dropbox or radio button to chose , for example : sex ... it is too difficult :(function get_profile_info_keys_personal() {
return array('user_email' => array(1, __('Email')), 'user_url' => array(0, __('Website')), 'from' => array(0, __('Location')), 'occ' => array(0, __('Occupation')), 'interest' => array(0, __('Interests')));
}
add_filter('get_profile_info_keys', 'get_profile_info_keys_personal'); -
You must log in to post.