Hello,
I am attempting to create a unified search page for all sites that are part of my multi-site network.
I am able to pass on the search results to the page, however the style / rendering is lost and it does not look like to the standard search results page.
Since, there is no search.php, i created a custom search.php based on index.php’s code ( with necessary additions to make the unified search work).
Body styles do not reflect same body styles as on the default results search page.
Also is_search defaults to false, which i believe is part of the issue for triggering correct rendering for a search results page.
Can you please provide instructions for creating a custom search results page (creating a new template)?