pagetitle
This commit is contained in:
parent
7ed0a5ac61
commit
ea9de3d4b1
@ -4,7 +4,13 @@
|
|||||||
<meta charset="<?php bloginfo( 'charset' ); ?>" />
|
<meta charset="<?php bloginfo( 'charset' ); ?>" />
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri() ?>" />
|
<link rel="stylesheet" href="<?php echo get_stylesheet_uri() ?>" />
|
||||||
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.png" />
|
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.png" />
|
||||||
<title><?php bloginfo( 'name' ); ?></title>
|
<title>
|
||||||
|
<?php if(is_front_page() || is_home()){
|
||||||
|
echo get_bloginfo('name');
|
||||||
|
} else{
|
||||||
|
echo wp_title(''), " » ", get_bloginfo('name');
|
||||||
|
}?>
|
||||||
|
</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
|
Loading…
Reference in New Issue
Block a user