• This PlugIn sounds really useful , but i am not sure if it is what I am looking for.

    I am trying to diplay custom content from my database based on user fields, made another topic already, maybe someone can tell me if it is possible or not. 🙂

    my other post

Viewing 1 replies (of 1 total)
  • Hi,

    Why don’t you just install the plugin and try it?

    If you read the reference (Settings > Custom Content), you will see for example:

    You can display a custom user field.
    [user field_name]

    For an image field, use the image parameter:
    [user image=field_name size=thumbnail]

    Use [users] to loop through users.

    Make a list of admin users

    [users role=admin]
      Admin: [user]
      Contact: [user email]
    [/users]

    If user field is not empty

    [if user_field=facebook_profile]
      <a href="[user facebook_profile]">Facebook profile</a>
    [else]
      No Facebook profile
    [/if]

    Peter

    • This reply was modified 7 years, 2 months ago by Peter Berger.
Viewing 1 replies (of 1 total)
  • The topic ‘Display custom content based on User Profile Fields’ is closed to new replies.