%3$s', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( get_the_author() ), get_the_author() ) ); /* 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() ) : printf( __( 'Day: %s', 'mistylake' ), '' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Month: %s', 'mistylake' ), '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( __( 'Year: %s', 'mistylake' ), '' . get_the_date( 'Y' ) . '' ); elseif ( is_tax( 'post_format', 'post-format-aside' ) ) : _e( 'Asides', 'mistylake' ); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : _e( 'Images', 'mistylake'); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : _e( 'Videos', 'mistylake' ); elseif ( is_tax( 'post_format', 'post-format-quote' ) ) : _e( 'Quotes', 'mistylake' ); elseif ( is_tax( 'post_format', 'post-format-link' ) ) : _e( 'Links', 'mistylake' ); else : _e( 'Archives', 'mistylake' ); endif; ?>

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