-
Notifications
You must be signed in to change notification settings - Fork 5
/
header.php
30 lines (22 loc) · 890 Bytes
/
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
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="title" content="<?php bloginfo('name'); ?>" />
<meta name="description" content="<?php bloginfo('description'); ?>" />
<meta name="author" content="powersimple" />
<?php wp_head(); ?>
<script>
// <?php
// // post specific hacks
// if(function_exists('icl_object_id')){
// global $sitepress;
// print "let languages = ".json_encode(getLanguageList());
// // $thumbnail =getThumbnail(get_post_thumbnail_id($post->ID),"Full");
// }
// ?>
</script>
<title><?php bloginfo('name'); ?> » <?php is_front_page() ? bloginfo('description') : wp_title(''); ?></title>
</head>
<body <?php body_class(); ?>>