File "header.php"

Full Path: /home/leadltht/fastlinkinternet.com/themes/netfix/header.php
File size: 1.2 KB
MIME-type: text/x-php
Charset: utf-8

<?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 netfix
 */
?>

<!doctype html>
<html <?php language_attributes();?>>
<head>
	<meta charset="<?php bloginfo( 'charset' );?>">
    <?php if ( is_singular() && pings_open( get_queried_object() ) ): ?>
    <?php endif;?>
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<?php wp_head();?>
</head>

<!-- Scroll-top -->
<button class="scroll-top scroll-to-target" data-target="html">
    <i class="fas fa-angle-up"></i>
</button>
<!-- Scroll-top-end-->

<body <?php body_class();?>>
<?php wp_body_open();?>
    <?php
        $netfix_preloader = get_theme_mod( 'netfix_preloader', true );
        $netfix_backtotop = get_theme_mod( 'netfix_backtotop', true );
    ?>
    <!-- header start -->
    <?php do_action( 'netfix_header_style' );?>
    <!-- header end -->
    
    <!-- wrapper-box start -->
    <?php do_action( 'netfix_before_main_content' );?>