' . esc_html( single_cat_title( '', false ) ) . '' ); elseif ( is_tag() ) : printf( __( 'Tag Archives: %1$s', 'retro-fitted' ), '' . esc_html( single_tag_title( '', false ) ) . '' ); elseif ( is_day() ) : printf( __( 'Daily Archives: %1$s', 'retro-fitted' ), esc_html( get_the_date( __( 'F jS, Y', 'retro-fitted' ) ) ) ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %1$s', 'retro-fitted' ), esc_html( get_the_date( __( 'F, Y', 'retro-fitted' ) ) ) ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %1$s', 'retro-fitted' ), esc_html( get_the_date( __( 'Y', 'retro-fitted' ) ) ) ); elseif ( is_author() ) : the_post(); printf( __( 'Author Archive: %1$s', 'retro-fitted' ), esc_html( get_the_author() ) ); rewind_posts(); else : _e( 'Archives', 'retro-fitted' ); endif; ?>

> ', '' ); ?>
'

', 'before' => '

' . __( 'Pages:', 'retro-fitted' ), 'link_after' => '', 'link_before' => '', ) ); ?>