> <?php bloginfo('name') ?><?php if ( is_404() ) : ?> : <?php _e('Page not found', 'barthelme') ?><?php elseif ( is_home() ) : ?> : <?php bloginfo('description') ?><?php elseif ( is_category() ) : ?> : <?php echo single_cat_title(); ?><?php elseif ( is_date() ) : ?> : <?php _e('Blog archives', 'barthelme') ?><?php elseif ( is_search() ) : ?> : <?php _e('Search results', 'barthelme') ?><?php else : ?> : <?php the_title() ?><?php endif ?>