'; /* translators: %s: The search query. */ printf(esc_html__('Search Results for: %s', 'blogarc'), '' . esc_html(get_search_query()) . ''); echo ''; }; // Include the archive base template include(get_template_directory() . '/template-parts/archive-base.php'); get_footer();