Files
cnt-sindikatua/search.php
2025-08-13 08:58:35 +00:00

15 lines
302 B
PHP

<?php
/**
* Search results page
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*/
use Timber\Timber;
$templates = [ 'templates/search.twig', 'templates/archive.twig', 'templates/index.twig' ];
$context = Timber::context([]);
Timber::render( $templates, $context );