WP Display Users

This plugin provides that allows you to display **Users** in any custom template, page and widgetized sidebar. It includes the abilities to display na

Author:Devnath verma (profile at wordpress.org)
WordPress version required:4.8.0
WordPress version tested:5.5.3
Plugin version:2.0.0
Added to WordPress repository:13-08-2015
Last updated:25-09-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:https://github.com/devnathverma/wp-display-us...
Total downloads:2 096
Active installs:80+
plugin download
Click to start download

This plugin provides that allows you to display Users in any custom template, page and widgetized sidebar.

Features

  • Create multiple roles
  • Choose user role which you want to display
  • Option to display users as selected order by name, id, etc…
  • Option to display users as selected order asc, desc
  • Set limit of user display
  • Display name, description, email or URL in frontend side
  • Include or exclude user by user IDs
  • Display avatar on frontend
  • Change avatar Size, Align, Shape
  • Fully Responsive

shortcode

[wp_display_user id=role-id]

You can use the [wp_display_user id=role-id] shortcode to display users lisiting in page.

You can also use this shortcode for custom template.

<?php echo do_shortcode("[wp_display_user id=role-id]"); ?>