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

' . $category_description . ''; //echo apply_filters( 'category_archive_meta', '
' . $category_description . '
' ); } elseif ( is_tag() ) { // show an optional tag description $tag_description = tag_description(); if ( ! empty( $tag_description ) ) echo '

' . $tag_description . '

'; //echo apply_filters( 'tag_archive_meta', '
' . $tag_description . '
' ); } ?>

It seems we can't find what you're looking for. Perhaps searching can help.