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
?>
Photo | Name | Stats | Interest | Stars | |
---|---|---|---|---|---|
There are no commitments in this class. | |||||
, 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
?>
Photo | Name | Stats | Interest | Stars | |
---|---|---|---|---|---|
There are no commitments in this class. | |||||
, 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
?>
Photo | Name | Stats | Interest | Stars | |
---|---|---|---|---|---|
There are no commitments in this class. | |||||
, 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
?>