cat, home, tag,search pages
This commit is contained in:
@@ -6,10 +6,15 @@
|
||||
|
||||
|
||||
<div class="archivetitle">
|
||||
<h1><?php echo get_search_query(); ?></h1>
|
||||
<!-- <h1><?php //echo get_search_query(); ?></h1> -->
|
||||
<h1><?php
|
||||
echo sprintf( __( '%s search results for', 'dis2019' ), $wp_query->found_posts ) . ': ';
|
||||
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'); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user