20 lines
335 B
PHP
20 lines
335 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'); ?>
|
|
|
|
<?php get_template_part('pagination'); ?>
|
|
|
|
</section>
|
|
<!-- /section -->
|
|
|
|
|
|
|
|
|
|
<?php get_footer(); ?>
|