Example #1
0
/**
 * Wordpress Head. This is REQUIRED! Never remove the wp_head
 */
wp_head();
?>

</head>

<?php 
$extra_classes = (get_field('enable_parallax_header') and is_single()) ? ' h-parallax' : '';
$extra_classes .= wp_is_mobile() ? ' bw-is-mobile' : '';
$extra_classes .= (Bw::get_option('boxed_layout') and !get_field('enable_parallax_header')) ? ' boxed' : '';
?>

<body <?php 
body_class(Bw::body_class($extra_classes));
?>
>

<div id="bw-bg"></div>

<?php 
get_template_part('templates/mobile-menu');
?>

<div id="wrapper">
	
	<?php 
get_template_part('templates/header/header');
?>