Path : /home/vishqocm/vishalwebtech.in/blog/wp-content/themes/katerio/
File Upload :
Current File : //home/vishqocm///vishalwebtech.in/blog/wp-content/themes/katerio/header.php

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

?>
<!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="https://gmpg.org/xfn/11">
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

<?php wp_body_open(); ?>

<div id="page" class="site">
	<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'katerio' ); ?></a>

	<?php do_action( 'hook_header_before' ); ?>

	<header id="site-header" class="site-header">
		<?php
		if ( th90_is_amp() ) {
			get_template_part( 'template-parts/header/header', 'amp' );
		} else {
			get_template_part( 'template-parts/header/header', 'main' );
			get_template_part( 'template-parts/header/header', 'sticky' );
			get_template_part( 'template-parts/header/header', 'mobile' );
		}
		?>
	</header>

	<?php do_action( 'hook_header_after' ); ?>

	<?php get_template_part( 'template-parts/page', 'title' ); ?>

	<div <?php th90_content_class(); ?>>