' . get_the_author() . '' ); elseif ( is_day() ) : printf( __( 'Day: %s', 'kelly' ), '' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Month: %s', 'kelly' ), '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( __( 'Year: %s', 'kelly' ), '' . get_the_date( 'Y' ) . '' ); elseif ( is_tax( 'post_format', 'post-format-aside' ) ) : _e( 'Asides', 'kelly' ); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : _e( 'Images', 'kelly'); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : _e( 'Videos', 'kelly' ); elseif ( is_tax( 'post_format', 'post-format-quote' ) ) : _e( 'Quotes', 'kelly' ); elseif ( is_tax( 'post_format', 'post-format-link' ) ) : _e( 'Links', 'kelly' ); elseif ( is_tax( 'post_format', 'post-format-gallery' ) ) : _e( 'Galleries', 'kelly' ); else : _e( 'Archives', 'kelly' ); endif; ?>

%s', $term_description ); endif; ?>