- This topic has 1 reply, 2 voices, and was last updated 7 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – Profile Extended Add-on – List all members on one page (no pagination)
Tagged: list members
I am using the eMember Profile Extended add-on to display a list of users’ first names, last names, Callsign (custom field), phone numbers, and e-mail addresses in a columnar format:
echo do_shortcode(‘[emember_extended_summary_list fields=”first_name,last_name,Callsign,phone,email” status=”active”]’);
This gives me a “paginated” list with 30 members per page. Is there a way to display a columnar list of all users on one page (no pagination)?
EDIT: I am using WP eMember v9.1.4 and eMember Profile Extended v2.6
The trick is to use a very large number for the pagination settings (for the listing).
You can specify the pagination value (how many entries to show per page) in the following settings field of the addon:
Member profile extended -> General Settings -> User Profile Entries Per Page