|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /home/njnconst/public_html/wp-content/themes/minamaze/ |
Upload File : |
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up until id="main-core".
*
* @package ThinkUpThemes
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<?php thinkup_hook_header(); ?>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<link rel="profile" href="//gmpg.org/xfn/11" />
<link rel="pingback" href="<?php esc_url( bloginfo( 'pingback_url' ) ); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?><?php thinkup_bodystyle(); ?>>
<?php wp_body_open(); ?>
<div id="body-core" class="hfeed site">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'minamaze' ); ?></a>
<!-- .skip-link -->
<header id="site-header">
<?php if ( get_header_image() ) : ?>
<div class="custom-header"><img src="<?php header_image(); ?>" width="<?php echo esc_attr( get_custom_header()->width ); ?>" height="<?php echo esc_attr( get_custom_header()->height ); ?>" alt=""></div>
<?php endif; // End header image check. ?>
<div id="pre-header">
<div class="wrap-safari">
<div id="pre-header-core" class="main-navigation">
<?php if ( has_nav_menu( 'pre_header_menu' ) ) : ?>
<?php wp_nav_menu( array( 'container_class' => 'header-links', 'container_id' => 'pre-header-links-inner', 'theme_location' => 'pre_header_menu' ) ); ?>
<?php endif; ?>
<?php /* Header Search */ thinkup_input_headersearch(); ?>
<?php /* Social Media Icons */ thinkup_input_socialmedia(); ?>
</div>
</div>
</div>
<!-- #pre-header -->
<div id="header">
<div id="header-core">
<div id="logo">
<?php /* Custom Logo */ echo thinkup_custom_logo(); ?>
</div>
<div id="header-links" class="main-navigation">
<div id="header-links-inner" class="header-links">
<?php wp_nav_menu(array('container' => false, 'theme_location' => 'header_menu' ) ); ?>
</div>
</div>
<!-- #header-links .main-navigation -->
<?php /* Add responsive header menu */ thinkup_input_responsivehtml(); ?>
</div>
</div>
<!-- #header -->
<?php /* Custom Slider */ thinkup_input_sliderhome(); ?>
</header>
<!-- header -->
<?php /* Call To Action - Intro */ thinkup_input_ctaintro(); ?>
<?php /* Pre-Designed HomePage Content */ thinkup_input_homepagesection(); ?>
<div id="content">
<div id="content-core">
<div id="main">
<?php /* Custom Intro */ thinkup_custom_intro(); ?>
<div id="main-core">