• File: single-gva_header.php
  • Full Path: /home/chassiw/www/indutri/single-gva_header.php
  • File size: 922 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php 
    $header_bg_black = get_post_meta(get_the_ID(), 'indutri_header_bg_black', true );
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
    <meta charset="<?php bloginfo('charset'); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="profile" href="http://gmpg.org/xfn/11">
    <?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
    <section id="wp-main-content" class="clearfix main-page">
        <header class="container-full header-builder <?php echo esc_attr($header_bg_black ? 'header-bg-black' : '') ?>">  
            <div class="header-inner">
                <?php
                    while ( have_posts() ) :
                        the_post();
                        the_content();
                    endwhile;
                ?>
            </div>    
        </header>
    </section>
<?php wp_footer(); ?>
</body>
</html>