| Server IP : 77.68.25.176 / Your IP : 216.73.216.24 Web Server : Apache System : Linux plesk 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64 User : dwp ( 10001) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/dazzlingwebplanet.co.uk/sacherconsultancy.com/wp-content/themes/earna/ |
Upload File : |
<?php
/**
* Header file for the earna WordPress default theme.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package earna
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Earna - Consulting Business Template">
<?php if ( ! ( function_exists( 'has_site_icon' ) && has_site_icon() ) ) { ?>
<!-- ========== Favicon Icon ========== -->
<link rel="shortcut icon" href="<?php echo esc_url(get_template_directory_uri() . '/img/favicon.png'); ?>" type="image/x-icon">
<?php } wp_head(); ?>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<!-- Header
============================================= -->
<header id="home">
<!-- Start Navigation -->
<nav class="navbar navbar-default navbar-sticky bootsnav">
<div class="container-full">
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="<?php echo esc_url(home_url('/')); ?>">
<img src="<?php echo esc_url(get_template_directory_uri() . '/img/logo.png'); ?>" class="logo logo-scrolled" alt="<?php echo esc_attr__( 'Logo', 'earna' )?>">
</a>
</div>
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<?php
wp_nav_menu( array(
'theme_location' => 'main-menu',
'depth' => 8, // 1 = no dropdowns, 2 = with dropdowns.
'container' => 'div',
'container_class' => 'collapse navbar-collapse',
'container_id' => 'navbar-menu',
'menu_class' => 'nav navbar-nav navbar-center',
'fallback_cb' => 'WP_Bootstrap_Navwalker::fallback',
'items_wrap' => '<ul data-in="#" data-out="#" class="%2$s" id="%1$s">%3$s</ul>',
'walker' => new Earna_Bootstrap_Navwalker(),
) );
?>
</div>
</nav>
<!-- End Navigation -->
</header>
<!-- End Header -->