-
Notifications
You must be signed in to change notification settings - Fork 4
/
header.php
36 lines (27 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>WP TODAY: Latest World and US WP News</title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" type="text/css" rel="stylesheet">
<script type='text/javascript' src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<?php wp_head(); ?>
<script type="text/javascript">
var $ = jQuery.noConflict();
if ( typeof(WPTDY) == "undefined" ) { WPTDY = {}; }
WPTDY.url = "<?php bloginfo('home'); ?>/";
WPTDY.site_title = "WP TODAY: Latest World and US WP News";
WPTDY.non_poppers = ["<?php bloginfo('home'); ?>/", <?php echo USACore::_cat_urls(); ?>];
WPTDY.entity_title = "<?php echo USACore::_find_title( $_SERVER ); ?>";
</script>
</head>
<body>
<?php get_template_part( 'partials/nav' ); ?>