File manager - Edit - C:/inetpub/vhosts/alsawaripharma.com/icte-dubai.com/wp-content/themes/library-books/search.php
Back
<?php /** * The template for displaying Search Results pages. * * @package Library Books */ get_header(); ?> <div class="container"> <div class="page_content"> <section class="site-main"> <div class="blog-post"> <?php if ( have_posts() ) : ?> <header> <h1 class="entry-title"> <?php /* translators: %s: search term */ printf( esc_attr__( 'Search Results for: %s', 'library-books' ), '<span>' . get_search_query() . '</span>' ); ?></h1> </header> <?php while ( have_posts() ) : the_post(); get_template_part( 'content', 'search' ); ?> <?php endwhile; the_posts_pagination(); else : ?> <?php get_template_part( 'no-results', 'search' ); endif; ?> </div><!-- blog-post --> </section> <?php get_sidebar();?> <div class="clear"></div> </div><!-- site-aligner --> </div><!-- container --> <?php get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings