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