It’s not necessary for me to use roles as long as I can manage all the users being displayed. (add & delete)
I can do it with the plugin (using user meta) but still can’t find out where exactly to place the shortcode in order to get my list displayed at the top of the Members page.
I though about using the following BP Featured Members’ shortcode to display the list in the header: <?php echo do_shortcode(“[bp-featured-members]”); ?>
Any idea on how to succesfully integrate it in the members-loop file?