' . get_the_date() . '' ); elseif (is_month() ) : printf( __( 'Monthly Archives: %s', 'ar' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'ar' ) ) . '' ); elseif (is_year() ) : printf( __( 'Yearly Archives: %s', 'ar' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'ar' ) ) . '' ); else : _e( 'Archives', 'ar' ); endif; ?>