some bugs, started working on search-results
This commit is contained in:
11
search.php
11
search.php
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user