add page template

This commit is contained in:
2021-10-10 15:16:51 +03:00
parent 3619ce52d2
commit bc8d93c91a
7 changed files with 85 additions and 45 deletions

View File

@@ -21,7 +21,7 @@ get_header();?>
</form>
</div>
<!--«москва» -->
<?if (trim($s) !== ''):?>
<p class="search-result">По запросу «<?php
$allsearch = new WP_Query("s=$s&showposts=-1");
@@ -68,6 +68,8 @@ wp_reset_query(); ?></p>
<?get_template_part( '/blocks/paginator');?>
<?php endif;?>
<?php endif;?>