Files
cnt-sindikatua/search.php

15 lines
302 B
PHP
Raw Normal View History

2025-07-14 07:33:32 +00:00
<?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' ];
2025-08-13 08:58:35 +00:00
$context = Timber::context([]);
2025-07-14 07:33:32 +00:00
Timber::render( $templates, $context );