File manager - Edit - /home/vblioqus/y999-game.pro/wp-content/themes/stcustom-6-new/search.php
Back
<?php /** * The template for displaying search results pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result * * @package Stylo_Custom */ get_header(); ?> <div id="primary" class="content-area container mt-20"> <main id="main" class="site-main search-mai"> <?php if ( have_posts() ) : ?> <header class="page-header"> <h1 class="page-title"><?php printf( esc_html__( 'Search Results for: %s', 'stcustom' ), '<span>' . get_search_query() . '</span>' ); ?></h1> </header><!-- .page-header --> <div class="apps-container"> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'search' ); endwhile; else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </div> <div class="pagination-row row ml-0 mr-0 mb-20"> <?php stylo_page_navi(); ?> </div> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings