'; printf( __( 'Category : %s', 'analogous' ), '' . single_cat_title( '', false ) . '' ); echo '

'; } elseif ( is_tag() ) { echo '

'; printf( __( 'Tag : %s', 'analogous' ), '' . single_tag_title( '', false ) . '' ); echo '

'; } elseif ( is_author() ) { ?>

'; printf( __( 'Daily Archives: %s', 'analogous' ), '' . get_the_date() . '' ); echo '

'; } elseif ( is_month() ) { echo '

'; printf( __( 'Monthly Archives: %s', 'analogous' ), '' . get_the_date( 'F Y' ) . '' ); echo '

'; } elseif ( is_year() ) { echo '

'; printf( __( 'Yearly Archives: %s', 'analogous' ), '' . get_the_date( 'Y' ) . '' ); echo '

'; } else { echo '

'; _e( 'Archives', 'analogous' ); echo '

'; } while ( have_posts() ) : the_post(); /* called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'content', get_post_format() ); endwhile; else : get_template_part( 'no-results', 'archive' ); endif; ?>