WordPress Membership Plugin
I don’t think that’s the correct link. It takes me to a page that tells you how to translate your site into another language. Where do I find the Profile Updated string in order to modify it? Thanks.
Thank you so much! I appreciate the quick response!
Thank you!
Yes, I can view it if I click into each individual member record. I’d like to be able to view it in a column for all members in the member area and sort by it.
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!
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.