Tag: user-list
-
WP-Members User List 1.8 Release Notes
Today I released an update for the WP-Members User List with some needed updates.
-
Add front end field sorting to the User List
This set of code snippets will add a list of sorting links to the top of the User List, a link for each of the fields displayed in the main list.
-
User List layout in columns
Here’s a tutorial on setting up a unique layout display for the User List extension. This tutorial will show you how to arrange the users in rows/columns similar to this screenshot. I’ll be honest and tell you that this requires some php skills as you’ll need to be able to do some string manipulation via…
-
Create an option for users to exclude a specific field from the User List profile
Suppose you want to give users the chance to opt-out of displaying a specific field in the User List profile, such as email. Here is a way to create a field that you can use to have users opt-out of displaying certain data.
-
User List profile layout tricks
The shortcode for the profile detail page is easy to install and use. It allows for you to add specific IDs and classes that you can style with CSS to get the profile looking the way you want it.