25 lines
454 B
PHP
25 lines
454 B
PHP
<?php get_header(); ?>
|
|
|
|
|
|
<!-- section -->
|
|
<section id="content">
|
|
|
|
|
|
<div class="archivetitle">
|
|
<h1><?php echo get_search_query(); ?></h1>
|
|
</div>
|
|
|
|
<!-- <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('loadmore');?>
|
|
|
|
</section>
|
|
<!-- /section -->
|
|
|
|
|
|
|
|
|
|
<?php get_footer(); ?>
|