Current Path : /home2/church/michaelblakemenswear.com/wp-content/themes/hello-elementor/ |
Current File : //home2/church/michaelblakemenswear.com/wp-content/themes/hello-elementor/header.php |
<?php /** * The template for displaying the header * * This is the template that displays all of the <head> section, opens the <body> tag and adds the site's header. * * @package HelloElementor */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <!-- Begin TVSquared Page Visits Tracking Code --> <script type="text/javascript"> var _tvq = window._tvq = window._tvq || []; (function() { var u = (("https:" == document.location.protocol) ? "https://collector-16198.us.tvsquared.com/" : "http://collector-16198.us.tvsquared.com/"); _tvq.push(['setSiteId', "TV-8136810918-1"]); _tvq.push(['setTrackerUrl', u + 'tv2track.php']); _tvq.push([function() { this.deleteCustomVariable(5, 'page') }]); _tvq.push(['trackPageView']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.defer = true; g.async = true; g.src = u + 'tv2track.js'; s.parentNode.insertBefore(g, s); })(); </script> <!-- End TVSquared Tracking Code --> <meta charset="<?php bloginfo( 'charset' ); ?>"> <?php $viewport_content = apply_filters( 'hello_elementor_viewport_content', 'width=device-width, initial-scale=1' ); ?> <meta name="viewport" content="<?php echo esc_attr( $viewport_content ); ?>"> <link rel="profile" href="http://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php hello_elementor_body_open(); if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) { if ( did_action( 'elementor/loaded' ) && hello_header_footer_experiment_active() ) { get_template_part( 'template-parts/dynamic-header' ); } else { get_template_part( 'template-parts/header' ); } }