initial commit
This commit is contained in:
19
search.php
Normal file
19
search.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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(); ?>
|
||||
Reference in New Issue
Block a user