if ($current_page->post_name == 'contact'): ?>
else: ?>
if ($banner_image = get_field('banner_image')): ?>
if (is_integer($banner_image) || is_string($banner_image)) {
$banner_image = wp_get_attachment_image_src($banner_image, array (1200, 500));
$banner_image_url = $banner_image[0];
} else {
$banner_image_url = $banner_image['url'];
}
?>
if (get_field('banner_image_text')): ?>
Cabaret op maat
endif; ?>
else: ?>
endif; ?>
the_content(); ?>
$add_layout = get_field('layout');
if ($add_layout == 'expand_boxes') {
$add_layout .= '_masonry';
}
get_template_part('additional_layouts/' . $add_layout);
?>
endif; ?>
wp_footer(); ?>