<h2 class="archive">
<?php if ( is_day() ) : ?>
<?php _e('Archive for','appthemes'); ?> <?php the_time('F jS, Y'); ?>
<?php elseif ( is_month() ) : ?>
<?php _e('Archive for','appthemes'); ?> <?php the_time('F, Y'); ?>
<?php elseif ( is_year() ) : ?>
<?php _e('Archive for','appthemes'); ?> <?php the_time('Y'); ?>
<?php elseif ( is_category() ) : ?>
<?php _e('Archive for','appthemes'); ?> <?php single_cat_title(); ?>
<?php elseif ( is_tag() ) : ?>
<?php printf( __( 'Posts Tagged with', 'appthemes' )); ?> “<?php single_tag_title(); ?>”
<?php elseif ( is_author() ) : ?>
<?php _e('Author Archive','appthemes'); ?>
<?php else : ?>
<?php _e( 'Archive', 'appthemes' ); ?>
<?php endif; ?>
</h2>