some bugs, started working on search-results

This commit is contained in:
infeeeee
2019-08-01 20:47:57 +02:00
parent 7ea5c5d1e8
commit 02e6844883
6 changed files with 395 additions and 296 deletions

View File

@@ -2,13 +2,18 @@
<!-- section -->
<section>
<section id="content">
<h1><?php echo sprintf( __( '%s Search Results for ', 'dis2019' ), $wp_query->found_posts ); echo get_search_query(); ?></h1>
<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 -->