' . __( 'Search Results for:', 'ariele-lite' ) . '', get_search_query() ); if ( $wp_query->found_posts ) { $archive_subtitle = sprintf( /* translators: %s: Number of search results */ _n( 'We found %s result for your search.', 'We found %s results for your search.', $wp_query->found_posts, 'ariele-lite' ), number_format_i18n( $wp_query->found_posts ) ); } else { $archive_subtitle = __( 'We could not find any results for your search. You can give it another try through the search form below using different search terms.', 'ariele-lite' ); } } if ( $archive_subtitle ) { ?>