' . esc_html( single_cat_title( '', false ) ) . '' ), array( 'span' => array( 'class' => array() ) ) ); elseif ( is_tag() ) : echo wp_kses( sprintf( __( 'Tag Archives: %s', 'ryu' ), '' . esc_html( single_tag_title( '', false ) ) . '' ), array( 'span' => array( 'class' => array() ) ) ); elseif ( is_author() ) : /* Queue the first post, that way we know * what author we're dealing with (if that is the case). */ the_post(); echo wp_kses( sprintf( __( 'Author Archives: %s', 'ryu' ), '' . esc_html( get_the_author() ) . '' ), array( 'a' => array( 'href' => array(), 'title' => array(), 'rel' => array(), 'class' => array() ), 'span' => array( 'class' => array() ), 'cite' => array( 'class' => array() ), 'time' => array( 'class' => array(), 'datetime' => array() ) ) ); /* Since we called the_post() above, we need to * rewind the loop back to the beginning that way * we can run the loop properly, in full. */ rewind_posts(); elseif ( is_day() ) : echo wp_kses( sprintf( __( 'Daily Archives: %s', 'ryu' ), '' . esc_html( get_the_date() ) . '' ), array( 'span' => array( 'class' => array() ) ) ); elseif ( is_month() ) : echo wp_kses( sprintf( __( 'Monthly Archives: %s', 'ryu' ), '' . esc_html( get_the_date( 'F Y' ) ) . '' ), array( 'span' => array( 'class' => array() ) ) ); elseif ( is_year() ) : echo wp_kses( sprintf( __( 'Yearly Archives: %s', 'ryu' ), '' . esc_html( get_the_date( 'Y' ) ) . '' ), array( 'span' => array( 'class' => array() ) ) ); elseif ( is_tax( 'post_format', 'post-format-aside' ) ) : esc_html_e( 'Asides', 'ryu' ); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : esc_html_e( 'Images', 'ryu'); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : esc_html_e( 'Videos', 'ryu' ); elseif ( is_tax( 'post_format', 'post-format-quote' ) ) : esc_html_e( 'Quotes', 'ryu' ); elseif ( is_tax( 'post_format', 'post-format-link' ) ) : esc_html_e( 'Links', 'ryu' ); else : esc_html_e( 'Archives', 'ryu' ); endif; ?>

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