Title: Paged memberlist
Last modified: August 18, 2016

---

# Paged memberlist

 *  Anonymous User 179266
 * (@anonymized-179266)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/paged-memberlist/)
 * I have over 200 members and i’m using
 *     ```
       <?php
           $order = 'user_nicename'; //    'ID', 'user_nicename', 'user_login', 'user_url', 'display_name', and 'dateYMDhour' (registration date). */
           $user_ids = $wpdb->get_col("SELECT ID FROM $wpdb->users ORDER BY $order limit 500"); // query users
           foreach($user_ids as $user_id) : // start authors' profile "loop"
           $user = get_userdata($.....
       ```
   
 *  this code to show my members but it shows in one page. How can show this list
   paged? eg: it must be show 60 members each page

Viewing 1 replies (of 1 total)

 *  Thread Starter Anonymous User 179266
 * (@anonymized-179266)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/paged-memberlist/#post-632505)
 * any ideas?

Viewing 1 replies (of 1 total)

The topic ‘Paged memberlist’ is closed to new replies.

## Tags

 * [paged](https://wordpress.org/support/topic-tag/paged/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: Anonymous User 179266
 * Last activity: [18 years, 7 months ago](https://wordpress.org/support/topic/paged-memberlist/#post-632505)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
