• Resolved therealgilles

    (@chamois_blanc)


    Is there a way to display the current logged-in user fields? for instance, what would I use to display the current user first name? Thank you for any advice.

Viewing 1 replies (of 1 total)
  • Plugin Author Tangible

    (@tangibleinc)

    Hi! You’ll have to open a user loop like so:

    <Loop type=user id=current>
      <Field first_name />
      <Field avatar size=60 />
      <Field email />
    </Loop>

    You’ll be able to get all user fields and custom user fields this way 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Display current user fields’ is closed to new replies.