2013 Recruits

Committed

‘recruit’,
‘posts_per_page’=>-1,
‘orderby’ => ‘title’,
‘order’ => ‘ASC’,
‘meta_query’ => array(
array(
‘key’ => ‘recruit_status’,
‘value’ => ‘Committed’
),
array(
‘key’ => ‘recruit_class_year’,
‘value’ => ‘2013’
)
)
);
$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










    ,

    To Top