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