Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi,

    Could you be more specific ? What sort of fields are you referring to ? Do you mean when you search through the list of registered users on the front end?

    EWD

    Thread Starter cpezu

    (@cpezu)

    The website I am currently developing has a members section in which a member can search for other members on the basis of Name ,location,business etc.At the moment when I search, the result only give the user name.However I want to display all the fields in the result except the username.

    Plugin Author Rustaurius

    (@rustaurius)

    Hi cpezu,

    It’s only possible to display one field for the search results at this time, unfortunately. You can then link to the individual users profile pages if you’d like people to have access to all of the fields. To do that, you’d use a shortcode like:

    [user-search user_profile_page='https://www.example.com/user-profile-page' display_field='Name']

    You would change the link to match the URL of the [user-profile] shortcode on your site, and can change the display field to show whichever of the fields you’d like to be displayed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User search’ is closed to new replies.