$questions = get_field('questions');
$photo = get_field('photo');
?>
Tara Peterson
if (has_excerpt()){ ?>
Account Executive
} ?>
What’s in a name? Everything, according to Tara, and she’ll happily argue that judging a book by its cover is the prerogative of the modern traveler, especially when it comes to where you sleep and eat. Confident and collaborative, she helps oversee the execution of the team’s creativity and revels in helping it come to life.
Tara joined her friends at Company B after five years of marketing oversight at a boutique hotel management company. Her operational perspective not only ensures great design goes beyond aesthetics but she’s happy to help the housekeepers make beds at a moments notice.
LinkedIn
$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;
}
}
?>