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/archive.php

<?php
/**
 * The template for displaying archive pages
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package WordPress
 * @subpackage Nasio
 * @since 1.0
 * @version 1.0
 */
?>


<?php

get_header(); ?>
    <!-- Start of main-content -->
    <section id="content" class="site-section">
        <div class="container">
            <div class="row">
                <div class="column">
                <?php
				the_archive_title( '<h2 class="page-title">', '</h1>' );
				the_archive_description( '<div class="taxonomy-description">', '</div>' );
			    ?>
                </div>
            </div>
            <div class="row blog-entries">
                <div class="main-content">
                    <div class="row">
                        <?php
                    //Loop posts here
                    if (have_posts() ) :
                        while (have_posts() ) : the_post(); ?>
                        <div class="column<?php echo (is_sticky()) ?  ' sticky' : ''; ?>"> <?php
                        if ( has_post_thumbnail() ): ?>
                            <a class="blog-entry" href="<?php the_permalink() ?>">
                                <?php the_post_thumbnail('medium_large') ?>
                                <div class="blog-content-body">
                                    <h2><?php the_title() ?></h2>
                                </div>
                            </a>
                            <?php else : ?>
                            <a class="blog-entry no-image" href="<?php the_permalink() ?>">
                                <div class="blog-content-body">
                                    <h2><?php the_title() ?></h2>
                                </div>
                            </a>
                            <?php endif; ?>
                        </div>
                        <?php endwhile;
                    nasio_numeric_posts_nav();
                    else :
                        _e( 'There are no posts!', 'nasio');                
                    endif;
                    ?>
                    </div>
                </div>
                <!-- END of main-content -->
                <!-- Show Sidebar -->
                <?php get_sidebar() ?>
            </div>
        </div>
    </section>

<?php get_footer(); ?>

SILENT KILLER Tool