EP Display Users Wordpress Plugin - Rating, Reviews, Demo & Download

EP Display Users Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Display a list of all the users on your site and give you extra fields in the profile to add more information about the users and control if they should be visible on the site or not.

As default the plugins displays the users gravatar, if there is no one, it defaults back to the “mystery man” avatar. If you wish not to use gravatar or want more control of the avatars, this plugin work with the User Photo plugin.

There are 3 different ways of displaying the users on your site. You can use the template code in your theme, shortcode in post and pages or the random widget.

Template code example (displays all users that is set to visible):

<?php
if(function_exists('ep_display_users')) {
ep_display_users($username,$order,$visible);
}
?>

$username (optional) - To display one user only, set the username here.
Default: all

$order (optional) - Any field in the wp_users tabel to sort by.
Default: ID

$visible (optional) - What visible status should be followed.
Available: is_visible, is_sidebar
Default: is_visible

Shortcode:

[ep_display_users username="$username" order="$order" visible="$visible"]

$username (required) - The username of user to display or "all" to display a list of all users.

$order (optional) - Any field in the wp_users tabel to sort by.
Default: ID

$visible (optional) - What visible status should be followed.
Available: is_visible, is_sidebar
Default: is_visible

Widget:
The widget displays one random user in your widget area. If a users is visible or not in the widget can be controlled via there profile settings. It also give you the option to add some own text, set size of avatar (when using wordpress gravatars only), link name and link path to the site with your list of users.

Screenshots

  1. ep-display-users screenshot 1

    New fields in a users profile.

  2. ep-display-users screenshot 2

    Widget settings

  3. ep-display-users screenshot 3

    User with use of template code or shortcode

  4. ep-display-users screenshot 4

    Widget user


Reviews & Comments