![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/matelopsrp.com/wp-content/themes/vip-business/ |
<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Vip_Business */ ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'vip-business' ); ?></a> <?php get_template_part( 'template-parts/header/' . vip_business_gtm( 'vip_business_header_style' ) ); ?> <?php get_template_part( 'template-parts/header/custom-header' ); ?> <?php get_template_part( 'template-parts/header/breadcrumb' ); ?> <?php get_template_part( 'template-parts/slider/slider' ); get_template_part( 'template-parts/wwd/wwd' ); get_template_part( 'template-parts/hero-content/hero-content' ); get_template_part( 'template-parts/promotional-headline/promotional-headline' ); get_template_part( 'template-parts/featured-content/featured-content' ); get_template_part( 'template-parts/testimonial/testimonial' ); ?> <?php $show_content = vip_business_gtm( 'vip_business_show_homepage_content' ); if ( $show_content || ! is_front_page() ) : ?> <div id="content" class="site-content"> <div class="container"> <div class="row"> <?php endif; ?>