PATH:
home
/
lab2454c
/
securepaychip.com
/
wp-content
/
themes
/
wp-bootstrap-starter
/
template-parts
<?php /** * Template part for displaying a message that posts cannot be found * * @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"> <h3 class="page-title"><?php esc_html_e( 'Nothing Found', 'wp-bootstrap-starter' ); ?></h3> </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]