Files
dis-2019/search.php

20 lines
294 B
PHP

<?php get_header(); ?>
<!-- section -->
<section>
<h1><?php echo sprintf( __( '%s Search Results for ', 'dis2019' ), $wp_query->found_posts ); echo get_search_query(); ?></h1>
<?php get_template_part('loop'); ?>
</section>
<!-- /section -->
<?php get_footer(); ?>