SILENT KILLERPanel

Current Path: > home > transcarter > public_html > wp-content > themes > config_1754038130


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter/public_html/wp-content/themes/config_1754038130

NameTypeSizeLast ModifiedActions
assets Directory - -
images Directory - -
inc Directory - -
languages Directory - -
public Directory - -
template-parts Directory - -
404.php File 840 bytes August 01 2025 08:48:56.
README.md File 13574 bytes August 01 2025 08:48:56.
README.txt File 8382 bytes August 01 2025 08:48:56.
archive.php File 2327 bytes August 01 2025 08:48:56.
comments.php File 1632 bytes August 01 2025 08:48:56.
error_log File 1818 bytes August 06 2025 16:31:10.
footer.php File 687 bytes August 01 2025 08:48:56.
functions.php File 13726 bytes August 01 2025 08:48:56.
header.php File 4092 bytes August 01 2025 08:48:56.
index.php File 2047 bytes August 01 2025 08:48:56.
page.php File 806 bytes August 01 2025 08:48:56.
rtl.css File 5544 bytes August 01 2025 08:48:56.
screenshot.jpg File 20951 bytes August 01 2025 08:48:56.
search.php File 1749 bytes August 01 2025 08:48:56.
searchform.php File 596 bytes August 01 2025 08:48:56.
sidebar.php File 995 bytes August 01 2025 08:48:56.
single.php File 872 bytes August 01 2025 08:48:56.
style.css File 35334 bytes August 01 2025 08:48:56.
style.min.css File 24040 bytes August 01 2025 08:48:56.
wp-config.php File 5042 bytes August 01 2025 08:48:56.

Reading File: /home/transcarter/public_html/wp-content/themes/config_1754038130/search.php

<?php
/**
 * The template for displaying Search Results pages.
 *
 * @package Nasio
 * @since Nasio 1.0
 */
?>


<?php get_header(); ?>
<div>
    <!-- Start of main-content -->
    <section id="content" class="site-section">
        <div class="container">
            <div class="row">
                <div class="column">
                    <h2 class="page-title"><?php _e('Search Results', 'nasio')?></h2>
                </div>
            </div>
            <div class="row blog-entries">
                <div class="main-content">
                    <div>
                        <?php
                if ( have_posts() ) :
                    /* Start the Loop */
                    while ( have_posts() ) : the_post();

                        /**
                         * 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( 'template-parts/post/content', 'excerpt' );

                    endwhile; // End of the loop.

                else : ?>

                        <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'nasio' ); ?>
                        </p>
                        <?php
                        get_search_form();

                endif;
                ?>

                    </div>
                </div>
                <!-- END of main-content -->
                <!-- Show Sidebar -->
                <?php get_sidebar() ?>
            </div>
        </div>
    </section>
</div>

<?php get_footer();

SILENT KILLER Tool