-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
182 lines (159 loc) · 5.79 KB
/
header.php
File metadata and controls
182 lines (159 loc) · 5.79 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<?php //$a = get_role('pledge_maker');
//print_r($a);
//
//
//var_dump( $GLOBALS['wp_post_types']['campaigns'] );?>
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" lang="en-US" prefix="og: http://ogp.me/ns#">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" lang="en-US" prefix="og: http://ogp.me/ns#">
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<!--<![endif]-->
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width"/>
<title>Home Page - <?php bloginfo('name'); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11"/>
<link rel="pingback" href="http://saveachristmas.com/xmlrpc.php"/>
<!--[if lt IE 9]>
<!--<script src="http://saveachristmas.com/wp-content/themes/campaignify/js/html5.js" type="text/javascript"></script>-->
<![endif]-->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<!-- This site is optimized with the Yoast WordPress SEO plugin v2.1 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="http://saveachristmas.com/"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Home Page - Save A Christmas"/>
<meta property="og:url" content="http://saveachristmas.com/"/>
<meta property="og:site_name" content="Save A Christmas"/>
<script type='application/ld+json'>
{"@context":"http:\/\/schema.org","@type":"WebSite","url":"http:\/\/saveachristmas.com\/","name":"Save A Christmas","potentialAction":{"@type":"SearchAction","target":"http:\/\/saveachristmas.com\/?s={search_term}","query-input":"required name=search_term"}}
</script>
<script type='application/ld+json'>
{"@context":"http:\/\/schema.org","@type":"WebSite","url":"http:\/\/saveachristmas.com\/","name":"Save A Christmas","potentialAction":{"@type":"SearchAction","target":"http:\/\/saveachristmas.com\/?s={search_term}","query-input":"required name=search_term"}}
</script>
<!-- / Yoast WordPress SEO plugin. -->
<link rel='stylesheet' id='entypo-css'
href='http://saveachristmas.com/wp-content/themes/campaignify/css/entypo.css?ver=4.1.1' type='text/css'
media='all'/>
<link rel='stylesheet' id='campaignify-style-css'
href='http://saveachristmas.com/wp-content/themes/saveachristmas/style.css?ver=20130505' type='text/css'
media='all'/>
<script type='text/javascript'>
/* <![CDATA[ */
var edd_scripts = {
"ajaxurl": "http:\/\/saveachristmas.com\/wp-admin\/admin-ajax.php",
"position_in_cart": "",
"already_in_cart_message": "You have already added this item to your cart",
"empty_cart_message": "Your cart is empty",
"loading": "Loading",
"select_option": "Please select an option",
"ajax_loader": "http:\/\/saveachristmas.com\/wp-content\/plugins\/easy-digital-downloads\/assets\/images\/loading.gif",
"is_checkout": "0",
"default_gateway": "manual",
"redirect_to_checkout": "1",
"checkout_page": "http:\/\/saveachristmas.com\/checkout\/",
"permalinks": "1"
};
/* ]]> */
</script>
<script type='text/javascript'>
/* <![CDATA[ */
var atcfSettings = {
"pages": {"is_submission": true, "is_campaign": true},
"submit": [{"i18n": {"oneReward": "At least one reward is required."}}],
"campaign": {
"i18n": [],
"isDonations": "",
"currency": {"thousands": ",", "decimal": ".", "symbol": "$", "round": 2}
}
};
/* ]]> */
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://saveachristmas.com/xmlrpc.php?rsd"/>
<link rel='shortlink' href='http://saveachristmas.com/'/>
<meta name="generator" content="Easy Digital Downloads v2.2.1"/>
<meta name="viewport" content="initial-scale=1">
<style id="campaignify-css">
a,
.site-branding:hover .site-title,
.nav-menu-primary ul li a:hover,
.nav-menu-primary li a:hover,
.entry-meta a:hover,
.blog-widget a:hover,
.entry-header .entry-title a:hover {
color : #3ea5ce;
}
.nav-menu-primary li.login a:hover,
.page-header,
.footer-social .btt:hover,
a.page-numbers:hover,
.edd-submit.button {
background-color : #3ea5ce;
}
.button-primary,
.edd-add-to-cart,
.donation-progress {
background-color : #f16562;
}
</style>
<style>#widget_campaignify_campaign_feature-2 {
background-color : #ffffff;
color : #818080;
}
#widget_campaignify_hero_contribute-2 {
background-color : #ffffff;
color : #818080;
}
#widget_campaignify_hero_contribute-2 .donation-share-buttons a {
color : #818080;
}
#widget_campaignify_campaign_pledge_levels-2 {
background-color : #ffffff;
color : #818080;
}
#widget_campaignify_campaign_content-2 {
background-color : #ffffff;
color : #818080;
}</style>
<style type="text/css">
.site-branding,
.site-description {
color : #5d5d5d;
}
</style>
<?php wp_head(); ?>
</head>
<body
class="home page page-id-375 page-template page-template-page-templates page-template-campaignify page-template-page-templatescampaignify-php custom-font">
<div id="page" class="hfeed site">
<header id="masthead" class="site-header" role="banner">
<div class="container">
<div class="site-header-main">
<a href="/" title="<?php bloginfo('name'); ?>" rel="home" class="site-branding">
<hgroup>
<h1 class="site-title">
<span><?php bloginfo('name'); ?></span>
</h1>
<h2 class="site-description"><?php bloginfo('description'); ?></h2>
</hgroup>
</a>
<nav id="site-navigation" class="site-primary-navigation">
<div class="nav-menu-primary">
<?php
$args = array(
'theme_location' => 'primary'
);
?>
<?php wp_nav_menu($args); ?>
</div>
</nav>
<a href="#" class="primary-menu-toggle"><i class="icon-menu"></i></a>
</div>
</div>
</header>
<!-- #masthead -->