Displays most recently logged in members and optionally link to Private Message if logged in. Requires BuddyPress.
/wp-content/plugins/ directoryIncluding in a page or post
To call it with a shortcode, put the following in a page or post:
[hts-displaymembers]
To add options as in the description, pass as parameters. See plug-in description for all options. eg:
[hts-displaymembers count=10 display=user_nicename]
Including in a theme
To call it from within a theme, you have to wrap it in this PHP function:
<?php echo do_shortcode('[hts-displaymembers count="10" field="display_name"]'); ?>
Requires: 2.8 or higher
Compatible up to: 3.0.5
Last Updated: 2010-12-2
Downloads: 2,536
Got something to say? Need help?