0

I created a custom Wordpress page and would like user profile information to be displayed in divs on the page.

For example: A user's profile photo would automatically populate in a div called user-photo, a user biography would automatically be populated in a div called Background, etc.

So, I already have the page structure created. I just need help on how to have certain user information populate in certain divs.

I appreciate any help with this issue. Thanks.

jfin
  • 23
  • 5

1 Answers1

0

You already have answer to this question. For example here - link. Generally, you must work with functions, that allows you to get user data, for example get_userdata() - codex

Fidel2006
  • 28
  • 6
  • I was thinking maybe an individual post or page could automatically be created when a new user/member is created. I’ll look into the codex and see if I can make it work. Thanks again for the help. – jfin Nov 30 '18 at 11:08