Wordpress Members Plugin Documentation
The Members List Plugin allows you to create a post on your wordpress blog that lists all your wordpress members. When viewing the list of members you can also search through your members according to first name, last name, email address, URL or any other number of user meta fields you may specify. Employing pagination you can page through your search results and sort your results according to last name, first name, registration date or email.
Contents |
Table of contents
- Installation
- Options
- Configuring Mark-up
- Hiding Members
- How to make it work
- Styling the members list
- Recent Updates
Sample Code
[members list:search,alpha,pagination,sort]
<?php
$members = new tern_members;
$members->members(array('search'=>true,'pagination'=>true,'sort'=>true));
?>
The above example will output your members list to any Wordpress page or post.
Features
- List your members in a wordpress post
- Hide specific members from the members list.
- Search through your members using user standard and meta fields
- Search alphabetically by last name
- Pagination to page through members list and search results
- Sort by last name, first name, registration date or email
- Fully customize your list's HTML code.
Current Version
The current version of this software is 2.9.1.
Requirements
Wordpress 2.7+