-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathheader.php
More file actions
30 lines (29 loc) · 1.06 KB
/
header.php
File metadata and controls
30 lines (29 loc) · 1.06 KB
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
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="HandheldFriendly" content="true" />
<meta name="apple-mobile-web-app-capable" content="YES" />
<title><?php wp_title( ' - ', true, 'right' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php do_action( 'dw-wallpress-before-header' ); ?>
<div id="header" class="main">
<div id="header-inner" class="clearfix">
<?php do_action( 'dw-wallpress-before-navigation' ); ?>
<div id="navigation">
<div class="menu-inner">
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => false ) ); ?>
</div>
</div>
<?php do_action( 'dw-wallpress-after-navigation' ); ?>
</div>
</div>
<!-- #header -->
<?php do_action( 'dw-wallpress-after-header' ); ?>
<div id="main">