' . single_cat_title( '', false ) . '' ); elseif ( is_tag() ) : printf( __( 'Tagged %s', 'make' ), '' . single_tag_title( '', false ) . '' ); elseif ( is_day() ) : printf( __( 'From %s', 'make' ), '' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'From %s', 'make' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'make' ) ) . '' ); elseif ( is_year() ) : printf( __( 'From %s', 'make' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'make' ) ) . '' ); elseif ( is_author() ) : printf( __( 'By %s', 'make' ), '' . get_the_author() . '' ); else : _e( 'Archive', 'make' ); endif; elseif ( is_search() ) : printf( __( 'Search for %s', 'make' ), '' . get_search_query() . '' ); printf( ' - %s', sprintf( _n( '%s result found', '%s results found', absint( $wp_query->found_posts ), 'make' ), absint( $wp_query->found_posts ) ) ); endif; ?>