<?php if ( is_single() ) { wp_title(' '); } else { bloginfo('name'); wp_title(); }?>