File manager - Edit - /home/aussies6/public_html/wp-content/themes/topshop/search.php
Back
<?php /** * The template for displaying search results pages. * * @package TopShop */ get_header(); ?> <section id="primary" class="content-area <?php echo ( get_theme_mod( 'topshop-setting-blog-full-width', false ) ) ? sanitize_html_class( ' content-area-full' ) : ''; ?>"> <main id="main" class="site-main" role="main"> <?php if ( have_posts() ) : ?> <?php if ( function_exists( 'bcn_display' ) ) : ?> <div class="breadcrumbs"> <?php bcn_display(); ?> </div> <?php endif; ?> <header class="page-header"> <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'topshop' ), '<span>' . get_search_query() . '</span>' ); ?></h1> </header><!-- .page-header --> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php /** * Run the loop for the search to output the results. * If you want to overload this in a child theme then include a file * called content-search.php and that will be used instead. */ get_template_part( 'content', 'search' ); ?> <?php endwhile; ?> <?php topshop_paging_nav(); ?> <?php else : ?> <?php get_template_part( 'content', 'none' ); ?> <?php endif; ?> </main><!-- #main --> </section><!-- #primary --> <?php if ( get_theme_mod( 'topshop-setting-blog-full-width', false ) ) : ?> <!-- No Sidebar --> <?php else : ?> <?php get_sidebar(); ?> <?php endif; ?> <?php get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings