' . single_cat_title( '', false ) . '' ); } elseif ( is_tag() ) { printf( __( 'Tag Archives: %s', 'bizniz' ), '' . single_tag_title( '', false ) . '' ); } elseif ( is_author() ) { the_post(); printf( __( 'Author Archives: %s', 'bizniz' ), '' . get_the_author() . '' ); rewind_posts(); } elseif ( is_day() ) { printf( __( 'Daily Archives: %s', 'bizniz' ), '' . get_the_date() . '' ); } elseif ( is_month() ) { printf( __( 'Monthly Archives: %s', 'bizniz' ), '' . get_the_date( 'F Y' ) . '' ); } elseif ( is_year() ) { printf( __( 'Yearly Archives: %s', 'bizniz' ), '' . get_the_date( 'Y' ) . '' ); } else { printf( __( 'Archives: %s', 'bizniz' ), '' . $term->name . '' ); } ?>