' . single_cat_title( '', false ) . '' ); elseif ( is_tag() ) : printf( __( 'Tag %s', 'wilson' ), '' . single_tag_title( '', false ) . '' ); elseif ( is_author() ) : printf( __( 'Author %s', 'wilson' ), '' . get_the_author() . '' ); elseif ( is_day() ) : printf( __( 'Day %s', 'wilson' ), '' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Month %s', 'wilson' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'wilson' ) ) . '' ); elseif ( is_year() ) : printf( __( 'Year %s', 'wilson' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'wilson' ) ) . '' ); elseif ( is_tax( 'post_format', 'post-format-aside' ) ) : _e( 'Asides', 'wilson' ); elseif ( is_tax( 'post_format', 'post-format-gallery' ) ) : _e( 'Galleries', 'wilson'); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : _e( 'Images', 'wilson'); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : _e( 'Videos', 'wilson' ); elseif ( is_tax( 'post_format', 'post-format-quote' ) ) : _e( 'Quotes', 'wilson' ); elseif ( is_tax( 'post_format', 'post-format-link' ) ) : _e( 'Links', 'wilson' ); elseif ( is_tax( 'post_format', 'post-format-status' ) ) : _e( 'Statuses', 'wilson' ); elseif ( is_tax( 'post_format', 'post-format-audio' ) ) : _e( 'Audios', 'wilson' ); elseif ( is_tax( 'post_format', 'post-format-chat' ) ) : _e( 'Chats', 'wilson' ); else : _e( 'Archives', 'wilson' ); endif; ?>

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