2014 Recruits

Committed

‘recruit’,
‘posts_per_page’=>6,
‘orderby’ => ‘title’,
‘order’ => ‘ASC’,
‘meta_query’ => array(
array(
‘key’ => ‘recruit_status’,
‘value’ => ‘Committed’
),
array(
‘key’ => ‘recruit_class_year’,
‘value’ => ‘2014’
)
)
);
$query= new WP_Query($args);
// Loop
?>

have_posts())) : ?>

  • There are no commitments in this class.

  • have_posts()) : ?>

    have_posts()):
    $query->next_post();
    $id = $query->post->ID;
    $profile_image= get_field(‘recruit_profile_image’,$id);
    $title = get_the_title($id);
    $link = get_permalink($id);

    $espn_stars = get_field(‘recruit_espn_stars’, $id);
    $scout_stars = get_field(‘recruit_scout_stars’, $id);
    $rivals_stars = get_field(‘recruit_rivals_star_rating’, $id);

    $stars = max($espn_stars,$scout_stars,$rivals_stars);
    ?>


    Name Basics Hometown

    ” title=”“>” title=”“>

    , lbs










    ,

    Offered

    ‘recruit’,
    ‘posts_per_page’=>5,
    ‘orderby’ => ‘title’,
    ‘order’ => ‘ASC’,
    ‘meta_query’ => array(
    array(
    ‘key’ => ‘recruit_status’,
    ‘value’ => ‘Offered’
    ),
    array(
    ‘key’ => ‘recruit_class_year’,
    ‘value’ => ‘2014’
    )
    )
    );
    $query= new WP_Query($args);
    // Loop
    ?>

    have_posts())) : ?>

  • There are no offered prospects in this class.

  • have_posts()) : ?>

    have_posts()):
    $query->next_post();
    $id = $query->post->ID;
    $profile_image= get_field(‘recruit_profile_image’,$id);
    $title = get_the_title($id);
    $link = get_permalink($id);

    $espn_stars = get_field(‘recruit_espn_stars’, $id);
    $scout_stars = get_field(‘recruit_scout_stars’, $id);
    $rivals_stars = get_field(‘recruit_rivals_star_rating’, $id);

    $stars = max($espn_stars,$scout_stars,$rivals_stars);
    ?>


    Name Basics Hometown

    ” title=”“>” title=”“>

    , lbs










    ,

    Targets

    ‘recruit’,
    ‘posts_per_page’=>5,
    ‘orderby’ => ‘title’,
    ‘order’ => ‘ASC’,
    ‘meta_query’ => array(
    array(
    ‘key’ => ‘recruit_status’,
    ‘value’ => ‘Target’
    ),
    array(
    ‘key’ => ‘recruit_class_year’,
    ‘value’ => ‘2014’
    )
    )
    );
    $query= new WP_Query($args);
    // Loop
    ?>

    have_posts())) : ?>

  • There are no recruiting targets in this class.

  • have_posts()) : ?>

    have_posts()):
    $query->next_post();
    $id = $query->post->ID;
    $profile_image= get_field(‘recruit_profile_image’,$id);
    $title = get_the_title($id);
    $link = get_permalink($id);

    $espn_stars = get_field(‘recruit_espn_stars’, $id);
    $scout_stars = get_field(‘recruit_scout_stars’, $id);
    $rivals_stars = get_field(‘recruit_rivals_star_rating’, $id);

    $stars = max($espn_stars,$scout_stars,$rivals_stars);
    ?>


    Name Basics Hometown

    ” title=”“>” title=”“>

    , lbs










    ,

    Watch List

    ‘recruit’,
    ‘posts_per_page’=>5,
    ‘orderby’ => ‘title’,
    ‘order’ => ‘ASC’,
    ‘meta_query’ => array(
    array(
    ‘key’ => ‘recruit_status’,
    ‘value’ => ‘Watch List’
    ),
    array(
    ‘key’ => ‘recruit_class_year’,
    ‘value’ => ‘2014’
    )
    )
    );
    $query= new WP_Query($args);
    // Loop
    ?>

    have_posts())) : ?>

  • There are no profiles created for prospects on the watch list in this class.

  • have_posts()) : ?>

    have_posts()):
    $query->next_post();
    $id = $query->post->ID;
    $profile_image= get_field(‘recruit_profile_image’,$id);
    $title = get_the_title($id);
    $link = get_permalink($id);

    $espn_stars = get_field(‘recruit_espn_stars’, $id);
    $scout_stars = get_field(‘recruit_scout_stars’, $id);
    $rivals_stars = get_field(‘recruit_rivals_star_rating’, $id);

    $stars = max($espn_stars,$scout_stars,$rivals_stars);
    ?>


    Name Basics Hometown

    ” title=”“>” title=”“>

    , lbs










    ,

    To Top