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