roles ) // If the user isn't a subscriber... && ( ! count_user_posts( $user_obj->ID ) == 0 ) // ...and the user has published one post or more... && ( ! $user_obj->hideauthor == "yes" ) ) { // ...and the user hasn't been checked as hidden on the user profile... $users[] = $user_obj; // ...add the user to the array of users that is going to be displayed } } ?>