Test Recruits

Steve The Man


Medina, OH (Medina)
6-foot-11, 210 lbs
Class of 2016
Committed

Steve The Man


Medina, OH (Medina)
6-foot-11, 210 lbs
Class of 2016
Committed

Committed

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

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);
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $id ), ‘profile’ );

$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);
?>


Photo Name Stats Interest Stars
There are no commitments in this class.
” title=”“>
, lbs










Offered

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

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);
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $id ), ‘profile’ );

$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);
?>


Photo Name Stats Interest Stars
There are no commitments in this class.
” title=”“>
, lbs










Targets

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

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);
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $id ), ‘profile’ );

$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);
?>


Photo Name Stats Interest Stars
There are no commitments in this class.
” title=”“>
, lbs










Former Targets

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

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);
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $id ), ‘profile’ );

$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 Stats Stars
There are no commitments in this class.









To Top