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

%s', $term_description ); elseif ( is_author() && '' != $author_description ) : printf( '
%s
', $author_description ); endif; ?>