Server IP : 192.64.118.117 / Your IP : 3.145.83.240 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/thecgapy/mcprintingandpromotions.com/wp-content/themes/zigcy-lite/ |
Upload File : |
<?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 Zigcy Lite */ ?> <!doctype html> <html <?php language_attributes(); ?> itemscope itemtype="http://schema.org/WebPage"> <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 if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }?> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'zigcy-lite' ); ?></a> <?php /** * Mobile navigation */ do_action('zigcy_lite_mob_nav'); $zigcy_lite_header = get_theme_mod('zigcy_lite_header_type','layout1'); /* * Gets header layout dynamically from customizer value */ get_template_part('template-parts/header-layouts/header',$zigcy_lite_header); ?> </div> <?php if( is_front_page() ){ do_action('zigcy_lite_slider_promo_section'); }else{ zigcy_lite_header_title_display(); } ?> <div id="content" class="site-content">