-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
28 lines (23 loc) · 1022 Bytes
/
Copy pathheader.php
File metadata and controls
28 lines (23 loc) · 1022 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
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php esc_attr( bloginfo( 'charset' ) ) ?>">
<meta http-equiv="content-type" content="text/html; <?php esc_attr( bloginfo( 'charset' ) ) ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php esc_attr( bloginfo( 'pingback_url' ) ) ?>">
<!-- WP Head Start -->
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head();?>
</head>
<body <?php body_class(); ?>>
<!-- Slider Container -->
<div id="slider-container" class="slider-container">
<span class="sliderclose"><i class="fas fa-times"></i></span>
<div class="slider-content">
<?php get_template_part( 'templates/contents/slider' ) ?>
</div>
</div>
<!-- End Slider Container -->
<div class="body-data">
<?php articled_header() ?>