' . get_the_author() . '' ); elseif ( is_day() ) : printf( __( 'Day: %s', 'camise' ), '' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Month: %s', 'camise' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'camise' ) ) . '' ); elseif ( is_year() ) : printf( __( 'Year: %s', 'camise' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'camise' ) ) . '' ); else : _e( 'Archives', 'camise' ); endif; ?>

%s