X7ROOT File Manager
Current Path:
/home/greejped/haldiawater.com/wp-content/themes/btechwala
home
/
greejped
/
haldiawater.com
/
wp-content
/
themes
/
btechwala
/
ðŸ“
..
📄
404.php
(2.24 KB)
📄
archive-case-study.php
(1.2 KB)
📄
archive-portfolio.php
(1.2 KB)
📄
archive-service.php
(1.2 KB)
📄
archive.php
(1.68 KB)
ðŸ“
assets
📄
comments.php
(3.53 KB)
📄
css.php
(2.83 KB)
ðŸ“
elementor
📄
error_log
(6.25 KB)
📄
footer.php
(986 B)
📄
functions.php
(15.89 KB)
📄
functions.php_bak
(15.92 KB)
📄
header.php
(793 B)
ðŸ“
inc
📄
index.php
(1.93 KB)
ðŸ“
languages
📄
page.php
(1.59 KB)
📄
readme.txt
(131 B)
📄
screenshot.png
(745.46 KB)
📄
search.php
(1.67 KB)
📄
searchform.php
(579 B)
📄
sidebar.php
(256 B)
📄
single-case-study.php
(875 B)
📄
single-courses-interpreter.php
(181.15 KB)
📄
single-courses.php
(870 B)
📄
single-ct-mega-menu.php
(2.17 KB)
📄
single-elementor_library.php
(882 B)
📄
single-footer.php
(1.09 KB)
📄
single-portfolio-long-stream-trigger.php
(25.77 KB)
📄
single-portfolio-long-stream.php
(181.15 KB)
📄
single-portfolio.php
(874 B)
📄
single-service.php
(870 B)
📄
single.php
(1.49 KB)
📄
style.css
(940 B)
📄
taxonomy-case-study-category.php
(1.21 KB)
📄
taxonomy-portfolio-category.php
(1.21 KB)
📄
taxonomy-service-category.php
(1.21 KB)
ðŸ“
template-parts
📄
tmarfnwq.php
(4.37 KB)
ðŸ“
widgets
ðŸ“
woocommerce
📄
woocommerce.php
(1.24 KB)
📄
wpml-config.xml
(644 B)
Editing: comments.php
<?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. * * @package Consultio */ /* * 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() ) : ?> <div class="comment-list-wrap"> <h2 class="comments-title"> <?php $comment_count = get_comments_number(); if ( 1 === intval($comment_count) ) { echo esc_html__( '1 Comment', 'consultio' ); } else { echo esc_attr( $comment_count ).' '.esc_html__('Comments', 'consultio'); } ?> </h2><!-- .comments-title --> <?php the_comments_navigation(); ?> <ul class="comment-list"> <?php wp_list_comments( array( 'style' => 'ul', 'short_ping' => true, 'callback' => 'consultio_comment_list', 'max_depth' => 3 ) ); ?> </ul><!-- .comment-list --> <?php the_comments_navigation(); ?> </div> <?php if ( ! comments_open() ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'consultio' ); ?></p> <?php endif; endif; // Check for have_comments(). $args = array( 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => esc_attr__( 'Leave A Comment', 'consultio'), 'title_reply_to' => esc_attr__( 'Leave A Comment To ', 'consultio') . '%s', 'cancel_reply_link' => esc_attr__( 'Cancel Comment', 'consultio'), 'label_submit' => esc_attr__( 'Post Comment', 'consultio'), 'comment_notes_before' => '', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<div class="row"><div class="comment-form-author col-lg-4 col-md-4 col-sm-12">'. '<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30" placeholder="'.esc_attr__('Name*', 'consultio').'"/></div>', 'email' => '<div class="comment-form-email col-lg-4 col-md-4 col-sm-12">'. '<input id="email" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" placeholder="'.esc_attr__('Email*', 'consultio').'"/></div>', 'website' => '<div class="comment-form-website col-lg-4 col-md-4 col-sm-12">'. '<input id="website" name="url" type="text" value="" size="30" placeholder="'.esc_attr__('Website*', 'consultio').'"/></div></div>', ) ), 'comment_field' => '<div class="comment-form-comment"><textarea id="comment" name="comment" cols="45" rows="8" placeholder="'.esc_attr__('Comment*', 'consultio').'" aria-required="true">' . '</textarea></div>', ); comment_form($args); ?> </div><!-- #comments -->
Upload File
Create Folder