Server IP : 192.64.118.117 / Your IP : 3.138.36.87 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/blogrid/ |
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 blogrid */ ?> <!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="http://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#primary"><?php _e( 'Skip to content', 'blogrid' ); ?></a> <div id="page" class="site"> <header id="masthead" class="sheader site-header clearfix"> <nav id="primary-site-navigation" class="primary-menu main-navigation clearfix"> <a href="#" id="pull" class="smenu-hide toggle-mobile-menu menu-toggle" aria-controls="secondary-menu" aria-expanded="false"><?php esc_html_e( 'Menu', 'blogrid' ); ?></a> <div class="top-nav-wrapper"> <div class="content-wrap"> <div class="logo-container"> <?php if ( has_custom_logo() ) : ?> <?php the_custom_logo(); ?> <?php else : ?> <a class="logofont" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> <?php endif; ?> </div> <div class="center-main-menu"> <?php wp_nav_menu( array( 'theme_location' => 'menu-1', 'menu_id' => 'primary-menu', 'menu_class' => 'pmenu' ) ); ?> </div> </div> </div> </nav> <div class="super-menu clearfix"> <div class="super-menu-inner"> <?php if ( has_custom_logo() ) : ?> <?php the_custom_logo(); ?> <?php else : ?> <a class="logofont" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> <?php endif; ?> <a href="#" id="pull" class="toggle-mobile-menu menu-toggle" aria-controls="secondary-menu" aria-expanded="false"></a> </div> </div> <div id="mobile-menu-overlay"></div> </header> <?php if ( is_front_page() ) : ?> <!-- Header img --> <?php if ( get_header_image() ) : ?> <div class="bottom-header-wrapper"> <div class="bottom-header-text"> <?php if (get_theme_mod('header_img_text') ) : ?> <div class="content-wrap"> <div class="bottom-header-title"><?php echo wp_kses_post(get_theme_mod('header_img_text')) ?></div> </div> <?php endif; ?> <?php if (get_theme_mod('header_img_text_tagline') ) : ?> <div class="content-wrap"> <div class="bottom-header-paragraph"><?php echo wp_kses_post(get_theme_mod('header_img_text_tagline')) ?></div> </div> <?php endif; ?> </div> <img src="<?php echo esc_url(( get_header_image()) ); ?>" alt="<?php echo esc_attr(( get_bloginfo( 'title' )) ); ?>" /> </div> <?php endif; ?> <!-- / Header img --> <?php endif; ?> <div class="content-wrap"> <!-- Upper widgets --> <div class="header-widgets-wrapper"> <?php if ( is_active_sidebar( 'headerwidget-1' ) ) : ?> <div class="header-widgets-three header-widgets-left"> <?php dynamic_sidebar( 'headerwidget-1' ); ?> </div> <?php endif; ?> <?php if ( is_active_sidebar( 'headerwidget-2' ) ) : ?> <div class="header-widgets-three header-widgets-middle"> <?php dynamic_sidebar( 'headerwidget-2' ); ?> </div> <?php endif; ?> <?php if ( is_active_sidebar( 'headerwidget-3' ) ) : ?> <div class="header-widgets-three header-widgets-right"> <?php dynamic_sidebar( 'headerwidget-3' ); ?> </div> <?php endif; ?> </div> </div> <div id="content" class="site-content clearfix"> <div class="content-wrap">