Add extra fields under description on profile
Hi All,
Just wondering how to add extra fields under description on the profile page.
I copied the code for the description but noticed it was hitting a column in the wp_usermeta table upon inspection.
How and where is this setup so I can modify to add 4 extra columns when new users register? In tpl-login.php there is a method? called jr_register_form on this line <?php jr_register_form( $redirect, $role ); ?>
Am I on the right track?
I want to add 4 extra profile columns when they register.
Can you please help?
Regards