> <?php $title = wp_title( '', false, 'right' ); echo $title ? $title : get_bloginfo('name').' - '.get_bloginfo('description'); ?> >