%s’ Category', 'albeo' ), single_cat_title( '', false) ); } elseif( is_tag() ) { printf( __( 'Posts Tagged ‘%s’', 'albeo' ), single_tag_title( '', false ) ); } elseif ( is_day() ) { printf( __( 'Archive for %s', 'albeo' ), get_the_time( 'F jS, Y' ) ); } elseif ( is_month() ) { printf( __( 'Archive for %s', 'albeo' ), get_the_time( 'F Y' ) ); } elseif ( is_year() ) { printf( __('Archive for %s', 'albeo'), get_the_time( 'Y' ) ); } elseif ( is_author() ) { _e( 'Author Archive', 'albeo' ); } else { _e( 'Archives', 'albeo' ); } ?>