$questions = get_field('questions');
$photo = get_field('photo');
?>
Kate Kishline
if (has_excerpt()){ ?>
Account Executive
} ?>
After years of working in boutique hotels on the food and beverage side and a degree in advertising and psychology later, Kate joined the Company B team with a passion for people as much as flavors. Before Company B, Kate worked at another marketing company managing clients, giving a strong can-do attitude and willingness to jump in on anything that needs a hand (including making the margaritas).
With a curious mind, a spunky attitude and the ability to tie theories to actual practice, Kate was a natural fit for our account team. Kate’s role is to ensure that tasks are getting completed, clients are happy and the plants aren’t overwatered.
$questions = get_field('questions',$_GET['p']);
foreach ($questions as $question){
$manual_vertical = ($question['manual_vertical'] === '') ? '10%' : (int)$question['manual_vertical'].'%';
$manual_horizontal = ($question['manual_horizontal'] === '') ? '10%' : (int)$question['manual_horizontal'].'%';
?>
Notice: Undefined variable: question in /home/compb/public_html/companyb/wp-content/themes/companyb/single-team.php on line 45
:
Notice: Undefined variable: question in /home/compb/public_html/companyb/wp-content/themes/companyb/single-team.php on line 46
} ?>
$team = new WP_Query(array('post_type' => 'team', 'post_status'=>'publish', 'posts_per_page' => -1));
foreach ($team->posts as $key => $team_member){
if ($team_member->ID === $post->ID){
$client = (!isset($team->posts[$key + 1])) ? reset($team->posts) : $team->posts[$key + 1];
break;
}
}
?>