This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
forked from jorditost/wp-reset-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
executable file
·147 lines (119 loc) · 5.96 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 ie-lt10 ie-lt9 ie-lt8 ie-lt7 no-js" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 ie-lt10 ie-lt9 ie-lt8 no-js" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 ie-lt10 ie-lt9 no-js" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 ie-lt10 no-js" <?php language_attributes(); ?>> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js<?php mobile_class(); ?>" <?php language_attributes(); ?>><!--<![endif]-->
<!-- the "no-js" class is for Modernizr. -->
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<!--[if IE ]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<?php if (is_search()) echo '<meta name="robots" content="noindex, nofollow" />'; ?>
<title><?php
if (is_home() || is_front_page()) {
bloginfo('name'); echo ' | '; bloginfo('description'); }
else {
bloginfo('name'); echo ' | '; }
if (function_exists('is_tag') && is_tag()) {
single_tag_title("Tag Archive for ""); echo '"'; }
elseif (is_archive()) {
wp_title(''); echo ' Archive'; }
elseif (is_search()) {
echo 'Search for "'.wp_specialchars($s).'"'; }
elseif (!(is_404()) && (is_single()) || (is_page())) {
wp_title(''); }
elseif (is_404()) {
echo 'Not Found'; }
if ($paged>1) {
echo ' - page '. $paged; }
?></title>
<meta name="title" content="<?php
if (is_home() || is_front_page()) {
bloginfo('name'); echo ' | '; bloginfo('description'); }
else {
bloginfo('name'); echo ' | '; }
if (function_exists('is_tag') && is_tag()) {
single_tag_title("Tag Archive for ""); echo '"'; }
elseif (is_archive()) {
wp_title(''); echo ' Archive'; }
elseif (is_search()) {
echo 'Search for "'.wp_specialchars($s).'"'; }
elseif (!(is_404()) && (is_single()) || (is_page())) {
wp_title(''); }
elseif (is_404()) {
echo 'Not Found'; }
if ($paged>1) {
echo ' - page '. $paged; }
?>">
<meta name="description" content="<?php bloginfo('description'); ?>" />
<meta name="author" content="Your Name here">
<meta name="Copyright" content="Copyright Your Name Here <?php echo date("Y"); ?>. All Rights Reserved.">
<meta name="google-site-verification" content="">
<!-- Speaking of Google, don't forget to set your site up: http://google.com/webmasters -->
<!-- Mobile Viewport meta tag
j.mp/mobileviewport & davidbcalhoun.com/2010/viewport-metatag
device-width : Occupy full width of the screen in its current orientation
initial-scale = 1.0 retains dimensions instead of zooming out if page height > device height
maximum-scale = 1.0 retains dimensions instead of zooming in if page width < device width -->
<!-- Uncomment to use; use thoughtfully!
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
-->
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/images/favicon.ico">
<!-- This is the traditional favicon.
- size: 16x16 or 32x32
- transparency is OK
- see wikipedia for info on browser support: http://mky.be/favicon/ -->
<!--<link rel="apple-touch-icon" href="<?php bloginfo('template_directory'); ?>/images/apple-touch-icon.png">-->
<!-- The is the icon for iOS's Web Clip.
- size: 57x57 for older iPhones, 72x72 for iPads, 114x114 for iPhone4's retina display (IMHO, just go ahead and use the biggest one)
- To prevent iOS from applying its styles to the icon name it thusly: apple-touch-icon-precomposed.png
- Transparency is not recommended (iOS will put a black BG behind the icon) -->
<!-- CSS: screen, mobile & print are all in the same file -->
<?php echo is_production(); ?>
<?php if (!is_production()): ?>
<link rel="stylesheet/less" type="text/css" href="<?php bloginfo('template_directory'); ?>/less/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/1.7.0/less.min.js"></script>
<?php else: ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<?php endif; ?>
<!-- all our JS is at the bottom of the page, except for Modernizr. -->
<!-- This is an un-minified, complete version of Modernizr.
Before you move to production, you should generate a custom build that only has the detects you need. -->
<?php if (!is_production()): ?>
<script src="http://modernizr.com/downloads/modernizr-latest.js"></script>
<?php else: ?>
<script src="<?php bloginfo('template_directory'); ?>/js/modernizr-min.js"></script>
<?php endif; ?>
<!-- Application-specific meta tags -->
<!-- Windows 8 -->
<meta name="application-name" content="" />
<meta name="msapplication-TileColor" content="" />
<meta name="msapplication-TileImage" content="" />
<!-- Twitter -->
<meta name="twitter:card" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:url" content="">
<meta name="twitter:image" content="">
<!-- Facebook -->
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<?php //if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="wrap">
<div id="header">
<div class="inside">
<a id="logo" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo('name'); ?></a>
<div id="main-nav" class="nav-menu group" role="navigation">
<?php wp_nav_menu( array('theme_location' => 'main-menu') ); ?>
</div>
</div>
</div><!-- #header -->
<div id="main" class="inside group">