forked from bennuttall/acacia-acuminata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
32 lines (31 loc) · 1.44 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
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<title><?php wp_title('| ', true, 'right'); bloginfo('title'); ?></title>
<meta name="description" content="<?php meta_description(); ?>" />
<meta charset="<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/png" href="<?php bloginfo('template_url'); ?>/images/mcrraspjam-64x64.png" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="publisher" href="https://plus.google.com/+McrRaspJamOrgUk?rel=publisher" />
<link rel="author" href="https://plus.google.com/+McrRaspJamOrgUk?rel=author" />
<?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->
<link href="<?php timestamped_stylesheet(); ?>" rel="stylesheet" />
<link href="<?php timestamped_stylesheet('mobile.css'); ?>" rel="stylesheet" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php get_template_part('nav'); ?>
<main id="page">