>
Download This Plugin | |
Download Elegant Themes | |
Name | EP Display Users |
Version | 0.1.3 |
Author | Mattias Hedman |
Rating | 0 |
Last updated | 2012-12-20 10:23:00 |
Downloads |
4430
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
EP Display Users plugin added 2 kB of resources to the Home page and 2 kB of resources to the sample Post page.
EP Display Users plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! EP Display Users plugin ads no tables to your Wordpress blog database.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.