Add wp_title() filter

This commit is contained in:
Ben Word
2013-03-17 18:56:23 -05:00
parent c3e7861705
commit 9fc2eb7f2f
2 changed files with 17 additions and 3 deletions

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(''); ?></title>
<title><?php wp_title('|', true, 'right'); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php wp_head(); ?>