Title: Members list shortcode
Last modified: August 21, 2016

---

# Members list shortcode

 *  Resolved [MacItaly](https://wordpress.org/support/users/macitaly/)
 * (@macitaly)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/members-list-shortcode/)
 * Hi all,
    should be possible to add a list of members, with personal data and 
   starting/expiration/level subscription? And, may be, option to export it as CSV
   or print? What about? Thanks in advance
 * Mac
 * [https://wordpress.org/plugins/membership/](https://wordpress.org/plugins/membership/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [David](https://wordpress.org/support/users/ugotsta/)
 * (@ugotsta)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/members-list-shortcode/#post-4677598)
 * Hi [@macitaly](https://wordpress.org/support/users/macitaly/),
 * Currently, there’s not a built-in way to display a member list in the front-end
   or export to CSV.
 * At this point, you can view a sortable/filterable/searchable list at:
 * Membership > Members
 * I took a look at the code to see if it could easily be listed through the front-
   end but it’s not really so easy.
 * In case you’re interested, you’ll see the code for generating the member list
   in the following file:
    \membership\membershipincludes\classes\membershipadmin.
   php
 * You’ll see on line 2087 (in the current version) the following:
    `$wp_user_search
   = new M_Member_Search($usersearch, $userspage, $sub_id, $level_id, $active_op);`
 * You could use a similar method to generate a custom list and/or export a CSV.
 * We’ll likely be looking at ways to add CSV import/export features in the future,
   but for now this would require custom code.
 * Hope that helps. 🙂
 * Cheers,
    David
 *  Thread Starter [MacItaly](https://wordpress.org/support/users/macitaly/)
 * (@macitaly)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/members-list-shortcode/#post-4677602)
 * Hi David,
    thanks for answer. Unfortunately I cannot develop this feature by 
   myself, but member’s list is a must to have for my project, so I have to switch
   to another membership plugin, all others have this possibility. Thanks a lot 
   for your assistance. Best,
 * Mac

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Members list shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/membership_b8cdaa.svg)
 * [Membership 2](https://wordpress.org/plugins/membership/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/membership/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/membership/)
 * [Active Topics](https://wordpress.org/support/plugin/membership/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/membership/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/membership/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [MacItaly](https://wordpress.org/support/users/macitaly/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/members-list-shortcode/#post-4677602)
 * Status: resolved