<?php /** * The template for displaying search pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result * * @package Litho */ get_header(); // Include the archive layout template. get_template_part( 'templates/archive/layout' ); get_footer();