We'll create fresh WordPress site with Custom Users Order installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Custom Users Order plugin will order users(admin, editor, author, subscriber, contributor) with simple Drag and Drop Sortable capability. Place a shortcode in page, post,text widget or template files to display in front-end. It’s that simple.
Place this shortcode in page, post or text widget where you’d like to display users.
[users_order users=2 section=section_name]
Custom Users Order plugin supports the “users” parameter where you can pass the number of users you want to display in frontend and “section” parameter where you can pass the name of the section to be displayed in frontend. For example if you want to display 3 users from Section1 at a time then place the following code:
[users_order users=3 section=Section1]
By default it displays 5 users.
Place this shortcode in any template parts of your theme.
<?php echo do_shortcode('[users_order users=3 section=Section1]'); ?>