<?php the_title(); ?>

' . 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( esc_html( 'Day: %s', 'blogists' ), '' . get_the_date() . '' ); elseif ( is_month() ) : printf( esc_html( 'Month: %s', 'blogists' ), '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( esc_html( 'Year: %s', 'blogists' ), '' . get_the_date( 'Y' ) . '' ); elseif ( is_tax( 'post_format', 'post-format-aside' ) ) : esc_html_e( 'Asides', 'blogists' ); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : esc_html_e( 'Images', 'blogists'); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : esc_html_e( 'Videos', 'blogists' ); elseif ( is_tax( 'post_format', 'post-format-quote' ) ) : esc_html_e( 'Quotes', 'blogists' ); elseif ( is_tax( 'post_format', 'post-format-link' ) ) : esc_html_e( 'Links', 'blogists' ); else : esc_html_e( 'Archives', 'blogists' ); endif; ?>

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