Simplify wp_title()

We recommend you use the WordPress SEO plugin for <title> management
This commit is contained in:
Ben Word
2013-03-04 21:23:01 -06:00
parent 452a2f34eb
commit b7dd06418f

View File

@@ -5,7 +5,7 @@
<!--[if gt IE 8]><!--> <html class="no-js" <?php language_attributes(); ?>> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title><?php wp_title('|', true, 'right'); bloginfo('name'); ?></title>
<title><?php wp_title(''); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php wp_head(); ?>