What is the best way to display all users in a specific page?
-
I have managed to create a working user registration system in my word-press website.
What I want to achieve, is to list all users in a specific page, so that other users can see their profile and information (such as Full-Name, email, telephone, location, …).
Is there a specific plugin that allows me to submit a query and would return the data in some form of array / XML / JSON data so that I can display it as I want??
NOTE: Obviously I want to choose which data to be displayed (E.g. not password, …). I also have three main types of roles.
- Admins (should not be displayed)
- Barbers (should be displayed)
- Barber-Shops (should be displayed)
- 1) List only one user-role
- 2) List only based on a specific location
- and more
I’m looking for something fast, lightweight and reliable that would not cause any issues in the future when the website will grow. I would also like if the user can edit that query for a number of scenarios:
Thanks for your time!
- The topic ‘What is the best way to display all users in a specific page?’ is closed to new replies.