Allowing Users to Upload Images During Account Creation
-
Hello All,
I am new to WordPress… and for my site, I would like to give the user the opportunity to upload images/portfolio pieces when they create their profile via Profile Builder. Once their profile has been created, I want to pull information from their profile to populate their author page using PHP similar to:
<?php echo $curauth->first_name; ?>
<?php echo $curauth->last_name; ?>
<?php echo $curauth->user_url; ?>Once complete, I basically want the user to have a profile page where user name, e-mail, profile picture, bio, and portfolio pieces will be displayed.
Will the hobbyist or pro versions allow me to add image fields which can be used to populate an author/profile page?
- The topic ‘Allowing Users to Upload Images During Account Creation’ is closed to new replies.