File: /var/www/bellecouture/wp-content/themes/yena/header.php
<?php
/**
* The Header for our theme.
*
* @package Yena WordPress theme
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?><!DOCTYPE html>
<html <?php language_attributes(); ?><?php yena_schema_markup( 'html' ); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<link rel="profile" href="//gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php do_action('yena/action/before_outer_wrap'); ?>
<div id="outer-wrap" class="site">
<?php do_action('yena/action/before_wrap'); ?>
<div id="wrap">
<?php
do_action('yena/action/before_header');
do_action('yena/action/header');
do_action('yena/action/after_header');
?>
<?php do_action('yena/action/before_main'); ?>
<main id="main" class="site-main"<?php yena_schema_markup('main') ?>>
<?php
do_action('yena/action/before_page_header');
do_action('yena/action/page_header');
do_action('yena/action/after_page_header');