' . single_cat_title( '', false ) . '' ); } elseif ( is_tag() ) { printf( __( 'Tag Archives: %s', 'appliance' ), '' . single_tag_title( '', false ) . '' ); } elseif ( is_author() ) { printf( __( 'Author News Archive %s', 'appliance' ), '' . single_tag_title( '', false ) . '' ); } elseif ( is_day() ) { printf( __( 'Daily Archives: %s', 'appliance' ), '' . get_the_date() . '' ); } elseif ( is_month() ) { printf( __( 'Monthly Archives: %s', 'appliance' ), '' . get_the_date( 'F Y' ) . '' ); } elseif ( is_year() ) { printf( __( 'Yearly Archives: %s', 'appliance' ), '' . get_the_date( 'Y' ) . '' ); } else { _e( 'Archives', 'appliance' ); } ?>

cat_name;?>