<?php /** * The template for displaying search pages * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Pofo */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } get_template_part('templates/archive/layout');