Get users from all/specific blog by user_role and current_user role
I’ve been struggling to get this working properly for a few days but finally got it so I thought to share it so others might profit from it as well. Create a file in you theme named user-list.php with a Template Name. <?php /** * Template Name: List Users */ Now create a page via … Read more