PATH:
home
/
lab2454c
/
securepaychip.com
/
wp-content
/
themes
/
wp-bootstrap-starter
<?php /** * The template for displaying search results pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result * * @package WP_Bootstrap_Starter */ get_header(); ?> <div class="main__body__wrapp"> <div class="latest__news__wrapp"> <div class="container"> <div class="latest__news__wrapp__inner"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <div class="content__wrapp"> <div class="content__wrapp__inner site__search"> <?php if (have_posts()) : ?> <h2><?php printf(esc_html__('Search Results for: %s', 'wp-bootstrap-starter'), '<span>' . get_search_query() . '</span>'); ?></h1> <ul> <?php while (have_posts()) : the_post(); ?> <li class="news__item__wrapp"> <?php get_template_part('template-parts/content', 'search'); ?> </li> <?php endwhile; ?> </ul> <?php the_posts_navigation(); else : get_template_part('template-parts/content', 'none'); endif; ?> </div> </div> </div> </div> </div> </div> </div> </div> <?php get_footer();
[+]
woocommerce
[-] search.php
[edit]
[-] index.php
[edit]
[-] woocommerce.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] template-home.php
[edit]
[-] .DS_Store
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] single-attachment.php
[edit]
[-] screenshot.png
[edit]
[-] custom-editor-style.css
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[+]
template-parts
[-] archive-events.php
[edit]
[-] comments.php
[edit]
[+]
inc