'author', 'show_option_all' => 'View all authors'); if (isset($_GET['user'])) { $args['selected'] = $_GET['user']; } wp_dropdown_users($args); } ?>