- This topic has 3 replies, 2 voices, and was last updated 8 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Sorting Member Directory Listing
Tagged: member directory
I’d like to sort the Member Directory Listing by last name. How do I do that?
On the Members screen, simply hover your mouse above the header that you want to sort by.
Thank you for replying. I should have been more clear. I meant I want the Member Directory Listing that’s visible on my site to be sorted by Last Name. I can sort by Last Name in the Admin console, but it doesn’t show that way on the website.
WP Support replied to me via email. There are parameters for last_name and full_name, so you can sort by last name or first name using the following in the shortcode:
[swpm_show_member_listing sort_by=”last_name”]
It worked!