-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathheader.php
More file actions
29 lines (23 loc) · 822 Bytes
/
header.php
File metadata and controls
29 lines (23 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/**
* Header
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package axio
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<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('front-end'); ?> itemscope itemtype="https://schema.org/WebPage">
<?php do_action('theme_before_page'); ?>
<div id="page" class="site js-page">
<a class="skip-to-content" href="#content"><?php ask_e('Accessibility: Skip to content'); ?></a>
<?php do_action('theme_header'); ?>
<div id="content" class="site-content" role="main" itemscope itemprop="mainContentOfPage">