Current Path: > home > codekrsu > > escapematrixonline.com > wp-content > > themes > vandana-lite
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
build | Directory | - | - | |
css | Directory | - | - | |
images | Directory | - | - | |
inc | Directory | - | - | |
js | Directory | - | - | |
languages | Directory | - | - | |
sections | Directory | - | - | |
src | Directory | - | - | |
template-parts | Directory | - | - | |
404.php | File | 1121 bytes | May 13 2025 15:38:53. | |
archive.php | File | 1297 bytes | May 13 2025 15:38:53. | |
comments.php | File | 1652 bytes | May 13 2025 15:38:53. | |
footer.php | File | 1120 bytes | May 13 2025 15:38:53. | |
front-page.php | File | 819 bytes | May 13 2025 15:38:53. | |
functions.php | File | 2761 bytes | May 13 2025 15:38:53. | |
header.php | File | 1219 bytes | May 13 2025 15:38:53. | |
index.php | File | 1403 bytes | May 13 2025 15:38:53. | |
page.php | File | 1084 bytes | May 13 2025 15:38:53. | |
readme.txt | File | 7415 bytes | May 13 2025 15:38:53. | |
rtl.css | File | 37817 bytes | May 13 2025 15:38:53. | |
screenshot.png | File | 178290 bytes | May 13 2025 15:38:53. | |
search.php | File | 1277 bytes | May 13 2025 15:38:53. | |
sidebar.php | File | 450 bytes | May 13 2025 15:38:53. | |
single-blossom-portfolio.php | File | 2902 bytes | May 13 2025 15:38:53. | |
single.php | File | 994 bytes | May 13 2025 15:38:53. | |
style.css | File | 205225 bytes | May 13 2025 15:38:53. | |
webpack.config.js | File | 793 bytes | May 13 2025 15:38:53. | |
yarn.lock | File | 549935 bytes | May 13 2025 15:38:53. |
<?php /** * The template for displaying comments * * This is the template that displays the area of the page that contains both the current comments * and the comment form. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Vandana_Lite */ /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php // You can start editing here -- including this comment! if ( have_comments() ) : ?> <h2 class="comments-title"> <?php printf( // WPCS: XSS OK. /* translators: 1: comment count number. */ esc_html( _nx( '%1$s Comment', '%1$s Comments', get_comments_number(), 'comments title', 'vandana-lite' ) ), number_format_i18n( get_comments_number() ) ); ?> </h2><!-- .comments-title --> <ol class="comment-list"> <?php wp_list_comments( array( 'style' => 'ol', 'short_ping' => true, 'callback' => 'vandana_lite_theme_comment', 'avatar_size' => 85, ) ); ?> </ol><!-- .comment-list --> <?php the_comments_navigation(); // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'vandana-lite' ); ?></p> <?php endif; endif; // Check for have_comments(). comment_form(); ?> </div><!-- #comments -->
SILENT KILLER Tool