' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'dusktodawn' ), '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %s', 'dusktodawn' ), '' . get_the_date( 'Y' ) . '' ); elseif ( is_category() ) : printf( __( 'Category Archives: %s', 'dusktodawn' ), '' . single_cat_title( '', false ) . '' ); elseif ( is_tag() ) : printf( __( 'Tag Archives: %s', 'dusktodawn' ), '' . single_tag_title( '', false ) . '' ); elseif ( is_author() ) : _e( 'Author Archives', 'dusktodawn' ); else : _e( 'Archives', 'dusktodawn' ); endif; ?>

' . $category_description . '
' ); endif; if ( is_tag() ) : $tag_description = tag_description(); if ( ! empty( $tag_description ) ) echo apply_filters( 'tag_archive_meta', '
' . $tag_description . '
' ); endif; ?>