From b7dd06418f877281c20a87be2ddff6d70393f9e3 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 4 Mar 2013 21:23:01 -0600 Subject: [PATCH] Simplify wp_title() We recommend you use the WordPress SEO plugin for management --- templates/head.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/head.php b/templates/head.php index d77c0d7..561ecd5 100644 --- a/templates/head.php +++ b/templates/head.php @@ -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'); ?> + <?php wp_title(''); ?>