' . get_the_date( _x( 'F j, Y', 'daily archives date format', 'st' ) ) . '' ); elseif ( is_month() ) : printf( __( 'Articles for %s', 'st' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'st' ) ) . '' ); elseif ( is_year() ) : printf( __( 'Articles for %s', 'st' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'st' ) ) . '' ); else : _e( 'Articles', 'st' ); endif; ?>