-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
39 lines (34 loc) · 1.07 KB
/
header.php
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
30
31
32
33
34
35
36
37
38
39
<?php
/**
* The header.
*
* This is the template that displays all of the <head> section and everything up until main.
*
* @package WordPress
* @subpackage Monmedios
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> id="header">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--
◾ Hecho por Monlogo
💚 Desarrollado por Bikatti (Programación)
✨ Puedes ver más de mí en https://bikatti.com
🙌 También puedes ir a https://github.com/bikatti
-->
<?php wp_head( ); ?>
</head>
<?php
if ( is_front_page( ) || is_404() ) {
echo '<body class="theBody -frontPage" id="theBody">';
} else {
echo '<body class="theBody" id="theBody">';
}
get_template_part( 'template-parts/header/site-header' );
?>
<div id="content">
<main class="o-content" id="headerSticky">