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