PATH:
home
/
lab2454c
/
securepaychip.com
/
wp-content
/
themes
/
wp-bootstrap-starter
/
template-parts
<?php /** * Template part for displaying results in search pages * * @link https://codex.wordpress.org/Template_Hierarchy * * @package WP_Bootstrap_Starter */ ?> <div class="message_wrap"> <div class="container"> <div class="message_content"> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="message_details"> <div class="message_details_inner"> <?php the_title(sprintf('<h3><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h3>'); ?> <?php if ('post' === get_post_type()) : ?> <h4> <?php wp_bootstrap_starter_posted_on(); ?> </h4> <?php endif; ?> <?php the_excerpt(); ?> </div> </div> </div> </div> </div> </div> </div>
[-] content-none.php
[edit]
[+]
..
[-] home-banner.php
[edit]
[-] content-search.php
[edit]
[-] content-page.php
[edit]
[-] content.php
[edit]