-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
executable file
·207 lines (154 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
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<?php
/**
* Header file for the Twenty Twenty WordPress default theme.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Twenty
* @since 1.0.0
*/
?>
<!DOCTYPE html>
<html class="no-js" <?php language_attributes(); ?>>
<head>
<link rel="profile" href="https://gmpg.org/xfn/11">
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name='ir-site-verification-token' value='317944902' />
<meta name="msvalidate.01" content="717B060DB0EC88E10E103135B8B52D53" />
<?php
wp_head();
/* Shareaholic HTTP counter fallback */
$custom_fields = get_post_custom();
if (is_singular() && isset($custom_fields['canonical_protocol'])) {
$canonical_url = wp_get_canonical_url();
// $canonical_share_url = preg_replace('/^https:/', 'http:', $canonical_url);
$canonical_share_url = preg_replace('/^http:/', 'ftp:', $canonical_url);
echo '<meta name="shareaholic:url" content="' . $canonical_share_url . '" />';
}
if (isset($custom_fields['og:video'])) {
echo '<meta property="og:video" content="' . $custom_fields['og:video'][0] . '">';
} else if (isset($custom_fields['video'])) {
echo '<meta property="og:video" content="' . $custom_fields['video'][0] . '">';
}
?>
</head>
<body <?php body_class(); ?>>
<?php
wp_body_open();
?>
<header id="site-header" class="header-footer-group logovo-header" role="banner">
<div class="header-inner section-inner">
<div class="header-titles-wrapper">
<?php
// Check whether the header search is activated in the customizer.
$enable_header_search = get_theme_mod('enable_header_search', true);
if (true === $enable_header_search) {
?>
<button class="toggle search-toggle mobile-search-toggle" data-toggle-target=".search-modal" data-toggle-body-class="showing-search-modal" data-set-focus=".search-modal .search-field" aria-expanded="false">
<span class="toggle-inner">
<span class="toggle-icon">
<?php twentytwenty_the_theme_svg('search'); ?>
</span>
<span class="toggle-text"><?php _e('Поиск', 'twentytwenty'); ?></span>
</span>
</button><!-- .search-toggle -->
<?php } ?>
<div class="header-titles">
<?php
// Site title or logo.
twentytwenty_site_logo();
?>
<a class="rss-feed" href="https://feedly.com/i/subscription/feed/http://www.bielousov.com/feed/" target="_blank" rel="nofollow" onclick="return trackOutboundLink(this, 'RSS', 'Click RSS Link', false, false);" title="Подпишитесь на RSS-рассылку (Feedly) и не пропускайте ни одного поста."></a>
<?php
// Site description.
twentytwenty_site_description();
?>
</div><!-- .header-titles -->
<button class="toggle nav-toggle mobile-nav-toggle" data-toggle-target=".menu-modal" data-toggle-body-class="showing-menu-modal" aria-expanded="false" data-set-focus=".close-nav-toggle">
<span class="toggle-inner">
<span class="toggle-icon">
<?php twentytwenty_the_theme_svg('ellipsis'); ?>
</span>
<span class="toggle-text"><?php _e('Меню', 'twentytwenty'); ?></span>
</span>
</button><!-- .nav-toggle -->
</div><!-- .header-titles-wrapper -->
<div class="header-navigation-wrapper">
<?php
if (has_nav_menu('primary') || !has_nav_menu('expanded')) {
?>
<nav class="primary-menu-wrapper" aria-label="<?php esc_attr_e('Horizontal', 'twentytwenty'); ?>" role="navigation">
<ul class="primary-menu reset-list-style">
<?php
if (has_nav_menu('primary')) {
wp_nav_menu(
array(
'container' => '',
'items_wrap' => '%3$s',
'theme_location' => 'primary',
)
);
} elseif (!has_nav_menu('expanded')) {
wp_list_pages(
array(
'match_menu_classes' => true,
'show_sub_menu_icons' => true,
'title_li' => false,
'walker' => new TwentyTwenty_Walker_Page(),
)
);
}
?>
</ul>
</nav><!-- .primary-menu-wrapper -->
<?php
}
if (true === $enable_header_search || has_nav_menu('expanded')) {
?>
<div class="header-toggles hide-no-js">
<?php
if (has_nav_menu('expanded')) {
?>
<div class="toggle-wrapper nav-toggle-wrapper has-expanded-menu">
<button class="toggle nav-toggle desktop-nav-toggle" data-toggle-target=".menu-modal" data-toggle-body-class="showing-menu-modal" aria-expanded="false" data-set-focus=".close-nav-toggle">
<span class="toggle-inner">
<span class="toggle-text"><?php _e('Меню', 'twentytwenty'); ?></span>
<span class="toggle-icon">
<?php twentytwenty_the_theme_svg('ellipsis'); ?>
</span>
</span>
</button><!-- .nav-toggle -->
</div><!-- .nav-toggle-wrapper -->
<?php
}
if (true === $enable_header_search) {
?>
<div class="toggle-wrapper search-toggle-wrapper">
<button class="toggle search-toggle desktop-search-toggle" data-toggle-target=".search-modal" data-toggle-body-class="showing-search-modal" data-set-focus=".search-modal .search-field" aria-expanded="false">
<span class="toggle-inner">
<?php twentytwenty_the_theme_svg('search'); ?>
<span class="toggle-text"><?php _e('Поиск', 'twentytwenty'); ?></span>
</span>
</button><!-- .search-toggle -->
</div>
<?php
}
?>
</div><!-- .header-toggles -->
<?php
}
?>
</div><!-- .header-navigation-wrapper -->
</div><!-- .header-inner -->
<?php
// Output the search modal (if it is activated in the customizer).
if (true === $enable_header_search) {
get_template_part('template-parts/modal-search');
}
?>
</header><!-- #site-header -->
<?php
// Output the menu modal.
get_template_part('template-parts/modal-menu');