Tagged Questions
1
vote
0answers
113 views
Creating a page with complete user list data, integrated with plugin to extend registration data
I am using a plugin to extend the data given in the registration process (Cimy user extra fields).
I now need to create a page where all users can see the registered users with their complete profiles ...
0
votes
2answers
119 views
Is there a standard public URL convention used on a Wordpress site directly to a page listing all of a user's public content?
Is there a standard convention for a full direct public URL address that, when visited/clicked on, will show a page list all of user account's public content uploaded on that site.
Background:
I ...
1
vote
1answer
454 views
How to use “offset” to paginate get_users?
Is is possible to paginate the get_users function with the "offset" parameter?
I have complete my custom query of users for my list and now I need to paginate the results into multiple pages.
Here ...