forked from owen0o0/WebStack
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
Latest commit
28 lines (27 loc) · 1.48 KB
/
Copy pathheader.php
File metadata and controls
28 lines (27 loc) · 1.48 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
<?phpif ( ! defined( 'ABSPATH' ) ) { exit; } ?>
<!DOCTYPE html>
<html <?phplanguage_attributes(); ?>>
<head>
<meta charset="<?phpbloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<?phpif ( is_home() || is_front_page() ) : ?>
<title><?phpbloginfo('name'); ?> | <?phpbloginfo( 'description');?></title>
<?phpelse : ?>
<title><?phpwp_title( '|', true, 'right' ); bloginfo('name'); ?></title>
<?phpendif; ?>
<meta name="theme-color" content="#2C2E2F" />
<meta name="keywords" content="<?phpechoio_get_option('seo_home_keywords') ?>">
<meta name="description" content="<?phpechoio_get_option('seo_home_desc') ?>">
<meta property="og:type" content="article">
<meta property="og:url" content="<?phpechohome_url() ?>">
<meta property="og:title" content="<?phpechoio_get_option('seo_home_desc') ?>">
<meta property="og:description" content="<?phpechoio_get_option('seo_home_keywords') ?>">
<meta property="og:image" content="<?phpechoget_template_directory_uri() ?>/screenshot.jpg">
<meta property="og:site_name" content="<?phpechoio_get_option('seo_home_desc') ?>">
<link rel="shortcut icon" href="<?phpechoio_get_option('favicon') ?>">
<link rel="apple-touch-icon" href="<?phpechoio_get_option('apple_icon') ?>">
<link rel="stylesheet" href="//fonts.loli.net/css?family=Arimo:400,700,400italic">
<?phpwp_head(); ?>
</head>
<body class="page-body">
<div class="page-container">