' . single_cat_title( '', false ) . '' );
if ( is_tag() )
printf( __( 'Archive for the ‘%s’ Tag', 'retro' ), '' . single_tag_title( '', false ) . '' );
if ( is_author() )
printf( __( 'Author Archive: %s', 'retro' ), '' . get_the_author() . '' );
if ( is_day() )
printf( __( 'Archive for %s', 'retro' ), get_the_time( 'F jS, Y' ) );
if ( is_month() )
printf( __( 'Archive for %s', 'retro' ), get_the_time( 'F, Y' ) );
if ( is_year() )
printf( __( 'Archive for %s', 'retro' ), get_the_time( 'Y' ) );
?>